KevinBockelandt / notoire

A vim plugin to take notes using the Zettelkasten method
MIT License
54 stars 6 forks source link

NotoireCreateNote could accept visual selection #23

Closed justinmoon closed 4 years ago

justinmoon commented 4 years ago

If some idea in a note would make a good "note" itself, I currently have

  1. NotoireCreateNote to create a new note
  2. Go back to previous note
  3. Visually the text I want to turn into a link
  4. NotoireCreateLink to create the link

Would be nice if I could just do 3 and then 1.

KevinBockelandt commented 4 years ago

Hi, I changed the method :NotoireCreateNote to behave in this way. You need to visually select the content of the new note then call the method. The visual selection will be deleted from the initial note and pasted into the new one, a link will be placed instead in the initial note.

The default mapping changed to make it more consistent.

Tell me what you think about it :)

KevinBockelandt commented 4 years ago

I'm assuming it's OK, if you need more info please open another issue.