(feat) Support `[[Title of a Note]]` for backlink
nobiot opened this issue · 2 comments
With Org-roam v1.2.2 (still to be released, but latest commits work), it is possible to use [[Title of a Note]]
for backlinks. This should also work wiht Md-roam. I will need to investigate if there is any conflict with the current functions.
org-roam-insert
is replaced with Md-roam's function to insert [[wiki-link]]
where the wiki-link
must be a file name without its extension.
You can manually type [[Title of a Note]]
and establish a backlink (only tested casually; need a more thorough look into this).
In addition, Org-roam is working to change the syntax of [[Title of Note]]
(it is one case of "fuzzy links"). I need to decide whether to implement Md-roam's own way.
It's a bit weird but... [[Title of a Note]] back link seems to work regardless of the permutation of these variables:
(setq org-roam-enable-fuzzy-links nil)
(setq org-roam-auto-replace-fuzzy-links nil)
Done with V2