PKM-er / obsidian-zotlit

A third-party project that aims to facilitate the integration between Obsidian.md and Zotero, by providing a set of community plugins for both Obsidian and Zotero.
https://zotlit.aidenlx.top
MIT License
632 stars 28 forks source link

Allow for folder creation in Note filename. #207

Open Jarartur opened 11 months ago

Jarartur commented 11 months ago

Very nice plugin! I think it would be beneficial if we could automatically create folders based on the filename template. For example I wanted to automatically include the collection in the filename like this:

<%= it.collections.map(c => c.path.join("/")) %>/<%= it.citekey ?? it.DOI ?? it.title ?? it.key %>.md

However no matter what I do it always replaces the / with _. Even if I only type:

foo/bar.md

it still creates a note called foo_bar.md.

siainbuletin commented 11 months ago

This would definitely make synchronisation between Zotero and Obsidian even more seamless. Integrating them even further, like with the annotation side pannel.

github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 14 days with no activity.

FeralFlora commented 7 months ago

Bump