felko / neuron-mode

An emacs mode for editing Zettelkasten notes with neuron
GNU General Public License v3.0
118 stars 21 forks source link

Add a command and settings for a daily notes zettel #31

Closed pjones closed 4 years ago

pjones commented 4 years ago

Implements the ideas from #28

Also adds a new interactive function neuron-add-tag.

felko commented 4 years ago

Thank you, I've been looking for a way to implementing something like neuron-add-tag but I couldn't quite figure it out. Even though I don't plan to write daily notes, I can think of 1 or 2 interesting features in the same spirit. For example there could be a designated "journal" zettel (which would typically contain something like <z:zettels?tag=journal/*/**>) that is opened by e.g. neuron-open-journal and then specific bindings would be defined to quickly create new notes of different kind. More generally, I think tag-specific bindings would be a good idea, for journals, writing maths, taking quick notes during lectures, etc... Anyway, let's merge this for the moment.

pjones commented 4 years ago

@felko I like the idea of having a generic way of creating different kinds of notes. If the need ever arises to have a third type of zettel then I'll implement myself.

By the way, thanks for writing and sharing this Emacs mode. I appreciate your effort.