This simple plugin turns text or block of text into new note under active folder.
When a block of text is selected, first line is taken as a title of new note and the whole block goes as body.
This can be customized with option to ask for new title (see Settings in plugin's menu).
Latest version is available in Joplin Plugins search or via download as .jpl:
Works on 1.4.19 and up
Source code available:
changelog:
02/04/2021
v.1.4.8
Popup dialog autofocuses
01/31/2021
v1.4.6
Icon change
01/24/2021
v1.4.5
Added option to not include title at the top of text (as suggest by @jb261 )
01/22/2021
v1.4.4
Asking for new title is based now on settable number of words in first line. If its exact or more than set number, popup will appear.
Type of new note can be now "todo" as default.
Option to choose a text before backlink
01/21/2021
v1.4.3
Ask for title via dialog box (default is off) @uxamanda
Auto switch to newly created note (default is on)
12/11/2020
v1.2.0
Automatically copies tags from active note to new note (suggested by @blank)
Backlinking and/or copying of tags can now be turned off via plugin settings - Tools>Options>Convert To New Note
12/05/2020
Github page and release file
11/22/2020
Added right click menu entry version (for Joplin 1.4.11)
11/16/2020
added backlink from new note to origin note (suggested by @roman_r_m )
bug fix: escaped [ and ], to not break title (suggested by @laurent)
Unfortunately not available in the portable version...
Why that complicated? A plug-in function, plug-ins per download as a file, place it in a specific folder, enable e.g. by a config file.
that would be great... To make Joplin more know a usuable by people it needs out of the box features or functionality which can be enabled as described above. Many, including me do not have the time to proceed complex procedures...
It's more important to get the foundation of the plugin system right. If this is done, we can worry about the UI. It was always planned to create a nice UI. And the people who are currently writing plugins don't care about that. They want to be able to use the API properly to fit their needs.
The above steps only look complicated, but they aren't. Also, if one distributes a plugin, it could already be compiled, so you only have to copy it in a dir and add the dir to the preferences.
Suffice it to say, there will be an ecosystem for plugins and there will be improvements to the UI.
Also, interesting suggestion (and yes its possible).
I think of doing plugin settings section to turn options on and off -backlink references and for tags suggested by you and ship them in one go.
So next release will copy the tags to new note.
Thanks for sharing! This is really useful. Few ideas if you are interested in iterating on it:
allow user to change the text that appears with the backlink (i.e. instead of "from" i could choose to say "backlink: ")
allow the user to choose whether to default as a note or a todo (i use todo's 99% of the time)
allow the user to choose to have the newly created note opened automatically
allow the user to define a new title (especially useful when I copy a large amount of text)
allow the user to assign a keyboard shortcut to the action
Also, FYI, for me I don't see this when I right click the text, I can only get it to work by clicking the star. (EDIT: I see this same issue in other plugins, so might be my problem opened this to ask: Right Click on Mac)