felko

Results 26 comments of felko

I was thinking about something similar to the latter idea, which would behave like ``, but instead of only showing the matching tags, zettels would also show up under the...

I think this is because of the regex that is used to identify links (which is used when selecting a zettel), it only matches characters in `[A-Za-z0-9-_ ]`. Emacs regexps...

Not sure but this might be a duplicate of #46 What is the value of `neuron-default-zettelkasten-directory`? For the moment, you should set it to `(expand-file-name "~/dev/neuron")`. I intend to expand...

Normally `neuron-mode` should be enabled automatically whenever one opens a markdown file in a zettelkasten, assuming the directory has a `neuron.dhall` file at its root. However, manually enabling `neuron-mode` shouldn't...

Running `M-x toggle-debug-on-error` should open a buffer with the backtrace when an error occurs.

That is odd. I'm almost certain that the compiled function that gives the error is `assoc-id` defined here: ```elisp (defun neuron--rebuild-cache () "Rebuild the zettel cache with the current zettelkasten."...

Sorry for the late response, unfortunately I wasn't able to reproduce the bug. Could you try updating both neuron and neuron-mode just to be sure? (\ links are still supported...

> I usually install these Emacs modes via Nix Interesting, how does it work? I think you can also do declarative builds directly in emacs using something like straight (doom...

Could you try and give feedback with ? It uses the latest neuron (version 1.9.7.1) which gives the `neuron query --tag=TAG` feature.