coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
607 stars 56 forks source link

[Feature] Method for inserting content relative to line number #28

Closed bytewife closed 1 year ago

bytewife commented 1 year ago

Hi! This plugin is fantastic- thank you for it! What are your thoughts on adding a method similar to PATCH that instead inserts before or after a line number? I believe it would be more flexible & conflict-free than the headers-based approach. My use case is inserting before/after bullet points; I prefer an outlining approach to notes, rather than a header-based approach.