Replies: 1 comment
-
|
It seems like inserting relative to a line number would be something you can pull off easily by just:
The operations there are so simple that I'm not sure paving it over with an API endpoint adds all that much value relative to the amount of complexity it'd add; so I'm not sure I'm all that motivated to add/maintain that. Something I am considering adding support for is inserting content relative to block references (see #26), though, and that might help you with your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions