I am new to Joplin and I like it very much for its unmatched compatibility across the platforms. I apologize for asking about what most likely was discussed already, but I did not find it.
is it possible to modify the script behind “insert date” button? I know I can make a custom template, but in this case it would be very good to be able to use custom script right there.
The same question for images. I like to control image dimensions, so I use tag like: <img src=":/fb58106968404999b981f3b283e21d8d" width="500"/>
Would be great if this could be defined in the toolbar.
Is it possible to introduce custom sorting? I mean just by dragging the notebooks and/or notes up and down? My collection of notes keeps growing and I think I have OCD for file organization (joking, but kinda true).
Is it possible to “protect” the note/notebook somehow? So that editing and deleting it would require, for example, typing YES or something.
The search is great, but it would be very useful to see in what notebook that note is located. With many subnotebooks, it is practically impossible to determine (or I dont know how).
Not at the moment, but I think that hooks and/or external scripts are planned.
Unfortunately there isn't a markdown standard to specify the image size. I wish there was. The following seems popular with some markdown implementations:


I'd rather see such an extension added to Joplin's markdown. I'm not sure how complicated it would be to add this.
This has been requested a few times, but I think it's too complex to implement, but maybe I'm wrong. Maybe there's an easy solution.
I think the best would be to filter the tree of notebooks on the left to only show those containing what was searched for. Still in the hierarchical way, not the flattened list of all notebooks.
Could one additional element / field be added to the "notes" and "notebooks" references used in the database called custom_sort_notes and custom_sort_notebooks?
Could the values in these fields be updated when when a note or notebook is
moved via drag-and-drop or
a text field is updated via text box or
new "move-up" or "move-down" arrows are selected on the screen?
This is feature that is used often in OneNote via drag-and-drop.
The initial implementation could be very basic, update a custom_sort_notebooks text box.