licht1stein / obsidian.el

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

Add support of creating a new file from a link next to current one #75

Closed LA-Toth closed 1 year ago

LA-Toth commented 1 year ago

In Obsidian it's possible to configure the location of a new file:

In obsidian.el it was only the third, the inbox directory.

With the current change the second option is also available, next to the current file, in the same directory, if the package :config contains: (obsidian-location-of-new-files-is-inbox nil) Here the t is the default value, to store in the inbox.

Fixes issue #74.

licht1stein commented 1 year ago

Please update from master to fix the linting error

licht1stein commented 1 year ago

Thanks for the PR!