[Help] Using >>
to transfer text to an specific line or under a specific header
#82
-
Hello @Taitava !!!! Do you know if we have an command to append text to a file at an specific line ? My user case: I wanna append text under an specific header in the file INP.md I searched but I didn't find anything direct to this case :( I could use an Obsidian URI to do this but the problem here is that it will open the destination note :( Have a great day! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @FelipeRearden ! How about: https://stackoverflow.com/a/22159219/2754026 See also the comment in that answer:
And there the question seems to be how to insert at the end of a certain line, not below it, but I guess a simple |
Beta Was this translation helpful? Give feedback.
Hi @FelipeRearden !
How about: https://stackoverflow.com/a/22159219/2754026
I do not know if this helps or not.
See also the comment in that answer:
And there the question seems to be how to insert at the end of a certain line, not below it, but I guess a simple
\n
should help you put the inserted text on a new line?