nobiot / md-roam

Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
GNU General Public License v3.0
331 stars 14 forks source link

(feat) Completion for [[Title of a Note]] #41

Closed nobiot closed 2 years ago

nobiot commented 4 years ago

37 [[Title of a Note]] works with no adaptation. Probably need to investigate how completion behaves.

nobiot commented 4 years ago

To make the "completion at point", that is, to use [[]] to look for a note via title, you need to set variable org-roam-enable-fuzzy-links to t.

Two issues:

  1. It's case sensitive: [[Th]] matches different titles from [[th]].
  2. It matches only notes that starts with exact string; that is, if the title is "Good Thoughts", [[Th]] does not find it.

image image

nobiot commented 2 years ago

Done with V2