Sridhar Ratnakumar
Sridhar Ratnakumar
Probably something to do with the opacity setting for deemphasized elements: https://github.com/srid/neuron/blob/943d15ee8a0091af53ded079d3b676dbd0bc54a9/neuron/src/lib/Neuron/Web/Zettel/CSS.hs#L129-L132
A note on performance: if you have hundreds of notes using a filter, this would slow down site generation due to having to spawn the process that many times. So...
Might have to do #321 first, to avoid unnecessary reruns.
We can go one step further and add a **plugin mechanism** to neuron, where a plugin can determine a dynamic set of pages (or whatever) to generate based some structured...
See my thoughts on this idea: https://github.com/svsool/vscode-memo/issues/243#issuecomment-754108857 See also: https://github.com/foambubble/foam/issues/15
If anyone is looking for a workaround: https://github.com/srid/haskell-template uses `flake-compat` to provide a `shell.nix` that in turn uses `flake.nix` (as well as `flake.lock`). All of that can go away if...
This one's being maintained actively: https://marketplace.visualstudio.com/items?itemName=mkhl.direnv
@danielsss Is there a way to programmatically read the .xmind files at all? (Forget about JS). Say from Python or something.
Is there a Bolero project template that uses SignalR for real-time communication (not just one-way broadcast) between server and client rather than XHR requests?
Thanks. Is there any reason why `server = false` by default? (What does this flag mean anyway? Is there an API documentation?).