dartungar / obsidian-simple-note-review

Simple, customizable plugin for easy note review, resurfacing & repetition in Obsidian.md.
MIT License
57 stars 2 forks source link

If there are '---' in file, review-frequency property is not added properly #46

Closed abinmn closed 9 months ago

abinmn commented 10 months ago

In some of my notes I use a line break to add metadata about some notes. On such notes when I set the review frequency, the plugin insert the text on top of this line break instead of properties.

I'm assuming since the frontmatter also ends with '---' the plugin is confused between frontmatter and actual line breaks.

image
dartungar commented 10 months ago

@abinmn this happens sometimes, will hopefully get to this soon. Personally I use "***" for line breaks and "###" for headings, so this bug went unnoticed. Cheers.

dartungar commented 9 months ago

@abinmn this happened when you had empty but existing metadata section; should be fixed in 1.1.0.