felko

Results 26 comments of felko

Thanks for the suggestion. I think #44 could be overridden (once it is implemented) to do this. It'd be even cooler if one was able to somehow define keymaps specific...

Sorry for the late reply, I have finally been able to catch up with neuron's latest features and test your branch, everything seems to work well even with my old...

> Sorry, I really dropped the ball on this! I've haven't had much mental energy for open source work recently. No worries, I have to say I don't maintain very...

I think this should be done though minor modes instead of transient-maps, I could provide some minor mode definition utility that would be specialized for writing those.

Thanks for looking into this. This will indeed improve the performance but I'd still like some way to speed up the cache regeneration from emacs which is unreasonably slow. I...

The new asciicast should also demonstrate link autocomplete (see #21)

Yeah, I'm planning on implementing org support for neuron, I already managed to get neuron generate HTML from org files (just as a quick test), the only thing left to...

I think we can do `[[efr7d8ehf]]` and possibly use a custom link type (let's say `z`, which would look like `[[z:efr7d8ehf]]`), which allows to override behavior when following the link,...

After seeing multiple people "complaining" about neuron-mode not being available for org notes, I realize that maybe neuron-mode should be a minor mode. Most of the code is merely bridging...

Thanks, I was just looking at the options org mode had for this kind of link (cf. ) How would ID work? I took a quick look at how it...