mjsumpter / obsidian-tag-page

An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
MIT License
15 stars 4 forks source link

feat: allow custom before/after in pages #27

Open GerkinDev opened 1 month ago

GerkinDev commented 1 month ago

Closes #22

Currently the file is read from disk. The problem I had was that referencing the leaf directly sometimes referenced to the previous selected page, not the new one, since the view was not updated yet. If you know how to retrieve the in-memory file content, I would gladly update my PR