1.
I never used the note tab plugin, what if you drag a link from recent notes, can it open a new tab?
Yes, indeed, recent notes can be dragged into a new tab, while shortcuts cannot. So it's basically the same request as what you linked before.
2.
Add the currently edited note into the shortcut panel via "Command Panel"
What is the usecase..?
Instead of dragging a note from the note side panel into the DDDot shortcut panel to create a shortcut, it would be great if I could add a shortcut while the side panels are collapsed. So the procedure would be:
- Control+Shift+P" opens the command panel
- I type "DDDotShortcut" and there is a voice "Add the currently edited note to the shortcuts"
- That way I can add a shortcut even if the Joplin side panels are collapsed
Or even simpler than that? Just create a keyboard shortcut?
3.
hmm.. any example of Joplin plugin that support CSS customization?
The plugin Note list Preview allows some CSS customization via the userchrome.css file. Although maybe that is because it does not use a dedicated panel?
Wouldn't it be possible to add a CSS field in the plugin settings options, so that the user can add some custom styling? What I'd love to achieve is something that looks like this, if possible, I'd also change all the hamburger icons with some FontAwesome's icons too:
The screenshot above was styled via the following code, but it only works in the Developer Tools, not via userchrome.css unfortunately:
/* DDDot - main background */
div#dddot-panel-container {
background-color: #020e21 !important;
}
/* DDDot - title of sub panels */
.dddot-tool-header {
color: #9fdaff !important;
}
/* DDDot - Items colour */
.dddot-note-item a {
font-size:14.8px !important;
color: #ffffff !important;
}
/* DDDot - Scratchpad */
.CodeMirror.cm-s-blackboard.CodeMirror-wrap {
color: #00ffef !important;
font-size:14.8px !important;
border: solid !important;
border-width: 2px !important;
border-radius: 9px !important;
border-color: #00e2ff47 !important;
}
4.
Then regarding the sync stats... it would be nice if I could see if the synchronization is working fine when I have the main side panels collapsed
And then...
sorry, I don't quite get what you mean.
Full view:
From this screen, I would like to be able to create a new shortcut without needing to open the Joplin side panels, hence the request to drag and drop, and the Comand Panel request of point N.2 (above).