Sridhar Ratnakumar
Sridhar Ratnakumar
Meanwhile, as a momentary alternative to finishing the book, what if we put together a series of papers, tutorials, books acting as a "progression" towards understanding the theoretical basis of...
Closing per https://neuron.zettel.page/next ... to further discuss this idea, in the context of Emanote, [post here](https://github.com/srid/emanote/issues/new/choose).
Re-opening because this seems worth addressing for the plain 'cabal install' case; see https://github.com/srid/neuron/discussions/658#discussioncomment-1225243
@flyinggrizzly Feel free to to prototype a working version. I haven't done any research on this, and I don't know how the two issues are exactly related, but I imagine...
What does the elasticlunr index look like? If it is not too complex, I can probably quickly do the index generation part done in Haskell. Otherwise, I imagine you'd fiddle...
The cache.json bug is now fixed. > To start, I would say it'd be better to spike it straight out in JS so we can see what it'll look like...
Works for me?  (Tested in neuron's ./doc zettelkasten)
Oh, you mean *links*. Right, neuron generates the following HTML ```html Proof that 1 \neq 0 ``` The `$` is missing. [`plainify`](https://github.com/srid/neuron/blob/468737141a92faacb1e9a2f33081ff073251852d/neuron/src/lib/Neuron/Zettelkasten/Zettel/Parser.hs#L38) is discarding them? Yup, the fix could go...
Though, this patch has no effect - so I've no idea. ```diff diff --git a/neuron/src/lib/Text/Pandoc/Util.hs b/neuron/src/lib/Text/Pandoc/Util.hs index 6b853d67..bf187dfa 100644 --- a/neuron/src/lib/Text/Pandoc/Util.hs +++ b/neuron/src/lib/Text/Pandoc/Util.hs @@ -79,7 +79,7 @@ plainify = W.query...
Could anyone port this issue, if applicable, to Emanote? See https://neuron.zettel.page/next