Replies: 1 comment
-
|
in the same way I would probably like to have links to code snippets by defining the base repo address in the Norg metadata and then use |
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.
-
I am currently doing some code analysis and for that it would be very useful to be able to copy code snippets from a project into a Norg document. For that it would be nice if on paste/put, codeblocks would automatically be generated (and possibly also a backref would be inserted).
By patching Yanky to store metadata in its database and then directly interacting with its history, this could be easily implemented: gbprod/yanky.nvim#173
Or has someone else already done such a thing and I haven't found it?
Beta Was this translation helpful? Give feedback.
All reactions