Sridhar Ratnakumar
Sridhar Ratnakumar
> This is probably related: Parenthesis in title is not rendered properly as well. @onnyyonn Probably related to #525
Does it work for `[[тест]]`?
Might be related to https://github.com/srid/neuron/issues/543 (Also you might want to drop the `./` in there).
Looks like a bug in `LinkCache` querying. The Map is populated with decoded URL, but the lookup happens on encoded URL. https://github.com/srid/neuron/blob/103b638f5ebc5b1242a95cab8cb1fde8a45322de/neuron/src/lib/Neuron/Plugin/Plugins/Links.hs#L204-L206 I hate using `Text` used for both types...
Links don't work currently. In v1, I believe we allowed links like `[[z:/]]`. This requires some new consideration, given v2 changes. Org-mode users are encouraged to come up with a...
Roam supports mermaid diagrams: https://roamresearch.com/#/app/help/page/kw78QlSZ6
@b0o That's interesting. There are two classes of code evaluation here: * **A**, that can be evaluated in the browser. Eg: using [mermaid.js](https://mermaid-js.github.io/mermaid/#/) to generate flow charts in the browser...
I came across https://excalidraw.com - which produces SVG of hand drawn diagrams. It is pretty cool. The web app has a "Copy to clipboard as SVG" feature, which you can...
@b0o On my personal Zettelkasten, I hit upon a need for Pandoc filters myself (mainly to transform tasks lists based on inline tags to identify next actions), so it had...
This feature can then be implemented using one of the [existing Pandoc filters](https://github.com/jgm/pandoc/wiki/Pandoc-Filters), i.e. https://github.com/hertogp/imagine