licht1stein / obsidian.el

Obsidian Notes for Emacs
GNU General Public License v3.0
362 stars 27 forks source link

Add support of wiki links with section, like [[filename#section]] #71

Closed LA-Toth closed 10 months ago

LA-Toth commented 12 months ago

In Obsidian the [[filename#section]] form is supported, so add it here, too. Removing the section part is the best in obsidian-wiki->normal as this is the place where the .md extension is added to the link.

Fixes Issue #70.

licht1stein commented 11 months ago

Please update from master, should help with melpazoid warnings

licht1stein commented 11 months ago

And thanks for the PR!