benji300

Results 17 comments of benji300

In fact, I can't find anything in the forum on this topic either. Looks like it's not that urgent or important to users so far. You are welcome to advertise...

Unfortunately this is nothing which is caused by the plugin. It is the Apps default behavior. Which places between each panel an empty white space (splitter) for resizing the panel...

As a workaround the following code could be pasted into `userchrome.css`: ```css /* remove white border (~5px, right) from columns with one panel */ .rli-root > .resizableLayoutItem > div {...

Sometimes not all commands of a plugin are displayed in the Keyboard Shortcuts editor. This is a bug of the app. In your case you could add the command `favsToggleVisibility`...

Short analysis showed that it is caused by the added input fields for the favorite titles. These tags have a "size" attribute which has a default value of "20" (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text#size)....

Hi @GlassGruber, I've added the `input` to allow inline renaming of the favorites. So opening the edit dialog is no longer necessary. And a `input` element was the easiest way...

Sorry but this is no issue, it's the intended behaviour described [here](https://github.com/benji300/joplin-favorites#place-the-panel). The panel layout switches automatically at a width of 400px from horizontal to vertical. However, there's no way...

You can manually assign any keyboard shortcut to the command (`favsToggleVisibility`) you want. If it is not visible in the keyboard shortcut editor, see this issue #14.

Hi, the layout switches automatically from horizontal to vertical when a certain panel width is reached. You can change the panel width via the "Change application layout" command. See [here](https://github.com/benji300/joplin-favorites/blob/master/README.md#place-the-panel)...

Thanks for the hint @lwb52. What about the following version? > Specify the behavior when unpinning the current active tab. Either keep the active tab selected or select another one,...