neuron-mode
neuron-mode copied to clipboard
An emacs mode for editing Zettelkasten notes with neuron
I've been working on updating `neuron-mode` to play nicely with the latest version of `neuron`. The branch is here: https://github.com/LightAndLight/neuron-mode/tree/1.9.33.0 You can see a rough "changelog" here: https://github.com/LightAndLight/neuron-mode/pulls?q=is%3Apr+label%3A1.9.33.0 Features include:...
Just a heads-up; this change will become effective as soon as https://github.com/srid/neuron/issues/570 is resolved (I'll comment here once that's done). --- There is (will be) another change in `neuron query`...
With default settings (I use `LANG=ru_RU.UTF-8`) `neuron` executable returns `????` instead of non-ascii letters. With `LANG=C.UTF-8` executable returns the correct results (I've tried some queries by hand) and `neuron-mode` operates...
Seems like this causes neuron calls to fail now (like "neuron --uri ..."): https://github.com/srid/neuron/commit/bcb4adfcf0ba3eb37d849aee1103b25330f242c0
There is already the nice 'neuron-open-daily-notes' function which makes opening, viewing or editing the days journal note easy, but in order to open up a previously created journal note, you...
Hi there! Thanks for all of the effort on this project so far. This is the only emacs zettelkasten I've got to work out of the box. One feature that...
I load some zettel from zettelkasten directory into Emacs and it's recognized as `markdown-mode` -- not `neuron-mode`. So I run `M-x neuron-mode` manually, but all I get is the error...
It would be nice if one could define template zettels with presets including tags and markdown structure. This could generalize daily notes.
I'd like to define keymaps that would be enabled dynamically based on the tags of the current zettel. I don't know if Emacs allows this kind of thing though. Some...
When I try to run `neuron-new-zettel` Not sure if the problem is with neuron-mode or neuron but I got: ``` neuron--run-command: Command "neuron --zettelkasten-dir \~/dev/neuron/ query --uri z\:zettels" exited with...