Sridhar Ratnakumar
Sridhar Ratnakumar
Maybe we can expose the service in the flake module. See line 16 and 21 of https://github.com/srid/emanote-template/blob/96a0156a5aae9f6f59ba9f1ea89fa08f0857cdfc/flake.nix
Oddly this happens only for `div` tag. Any other tag will work. For example this works (no need to wrap in code block either), ```markdown Hello World ```
> I was trying to follow these instruction for embedding an Argdown component If you manage to get this working with Emanote (try with `section` or `` instead of `div`),...
@Coda-Coda Do you have the HTML snippet for activating Argdown on code blocks on the HTML generated by Emanote? I can give it and try and make it work. I...
Folks, I do hope one of these Vim extensions for `neuron` switches to (or supports) Emanote. To that end, I recently implemented: https://emanote.srid.ca/guide/export That should be enough from the Emanote...
FTR, using `\` will disable parsing of that inline tag, eg: `\#foo`. See the commit above. Obviously, the ideal way is to have a way to control this globally so...
https://github.com/srid/emanote/pull/297 adds image preview, but it works only for regular markdown links.
Tip: code for this would go here: https://github.com/srid/emanote/blob/b04c725e8b70801e5abed2a549e58470b61b3f9d/default/templates/components/pandoc.tpl#L54-L77
I don't think anyone is working on this. Feel free to prototype something!
Agreed, backlinks (as in that arrow clicking which takes you to the footnote ref; not "backlinks" in the zettelkasten sense) would also be a good enough solution.