beaussan / update-time-on-edit-obsidian

MIT License
165 stars 15 forks source link

fix: Fix bug where any frontmatter value containing a colon gets cropped (#17) #46

Closed laurens-vrh closed 1 year ago

laurens-vrh commented 1 year ago

Fix issue #17. I encountered this problem as well and this seems to be the issue. I think it is fixed now, and shouldn't affect the other functionality.

beaussan commented 1 year ago

Hi ! Thanks a lot for the PR ! I have changed the frontmatter parsing to use obsidian's new native api, so this PR is no longer relevant, but thanks for it anyway !