Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

Contd. from https://github.com/EmaApps/emanote/issues/102#issuecomment-1198919372 > > Could you share how you did this? I imagine we can make `emanote gen` do it automatically. > > Yea sure: > > * Branch:...

> Ok if I attempt this (static gen, to begin with)? Sure! > Any tips on making the search HTML elements opt-in via config? To keep things simple, I would...

We can call `Text.Pandoc.Filter.Lua.apply` in the patch function, but this is not enough, because updating the filters themselves won't trigger the re-patching of all Pandoc documents. Alternatively, we can apply...

Proof of concept: https://gist.github.com/srid/6e17e3ad68a3f6ba877a8024b8ea0909 w/ `git clone https://github.com/pandoc/lua-filters.git ./default/lua-filters`. That gave me an idea that we should include https://github.com/pandoc/lua-filters by default in the 'default' layer. EDIT: But this can only...

> I'm not sure if emanote will meet my needs in that regard. The main design change emanote made is to move from idiosyncratic syntax to adhoc standards as much...

@vcavallo Yes, we need to address it in a fundamental manner first: https://github.com/EmaApps/emanote/discussions/105 @kukimik Could you open a new issue?

I think we should also support source code embedding. For eg., `![[foo.hs]]` should include that as syntax highlighted code block. See also https://github.com/srid/neuron/issues/613 (not sure how that can be adopted...

@kukimik I'm not sure I understand what the problem with using heroicons is. > The color of the icon should fit the color of the link text, which depends on...

> If you're ok with the mask solution, I can create a PR. Sure, feel free to.

Best done in neuron: https://github.com/srid/neuron/issues/328