Create a new note from selected text Wraps selection with link to new note
- Creates a new note on the same notebook for the active note
- Mapped to
cmd-shift-e
- Displays a modal for notebook selection
- Mapped to
cmd-shift-ctrl-e
Inkdrop v5.8.0
introduces its own New Note from Selection feature that will create a new sibling note from selected text but only after prompting the user for the new note's name.
Because of this, I'm updating this plugin so it provides commands to create a note from selection:
- with a default name (more on that below)
- on a different notebook
v5.8.0
also brings a new panel on top of the preview pane with all the backlinks to the current note, So I'm also removing the backlink option, as the core feature is a lot better.
-
For all new notes: The first 80 (default config) characters of the first line of selection will be used for the note's title. All selected text will go into the new note's body.
-
The link to the new note will have no title, so the previewed link still shows the referenced note's status and tags even if the name changes. Also, the new note's title will be added as a comment after the link, to make it easier to identify while editing, like this:
[](inkdrop://note:<noteId>) <!-- First line of selection and new note title -->
-
Note: As long as the link text remains blank, it will keep the reflecting the latest title, status and tags of the referenced note in previews, but setting it to something else will break that and it will no longer show status or tags. (Maybe this changes in future versions of the app?)
Disable to skip creating a link to the parent of the new note.
New note title max length defaults to the first 80 chars of the first line of selected text
- Shortcut for note on the same notebook
- Secondary command shows modal for notebook selection
- Link to parent note
- Remove backlinks option
- Leave link text blank and set note title as comment after