Replies: 1 comment 1 reply
-
I remember you! You requested this kind of feature a while back. Unfortunately, that particular use case hasn't came up from other folks, and I don't have a personal use for such a type of patching; so I won't be able to commit the time figuring out how to approach such a thing. If you were personally interested in figuring out how to implement such a thing and take your concept from an idea all the way through to a coded pull request, there are a few things you'll want to keep in mind:
I wish I could help out more than this, but time is precious! I recommend starting a discussion on the Cheers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Currently, is there anyway to insert content Before a sub-heading?
For instance, consider this example from the API Doc:
I tried:
append
toHeading 1
:prepend
toHeading 1::Subheading 1:1
:Could you please teach me how to put the content before the line of a sub-heading?
Or, if not, could you consider adding an option to
append (ignore sub-headings)
?Context
I'm using the following structure to record my time in my Daily Note:
I would like to use REST API to insert new timestamp records into the list under
## Timestamp
(before### Time analysis
), but I haven't figured out how to do it.Beta Was this translation helpful? Give feedback.
All reactions