felko / neuron-mode

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

Feature request: Add ability to easily navigate between journal entries #55

Open bulbousBullfrog opened 4 years ago

bulbousBullfrog commented 4 years ago

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 would have to type in the date by hand by inputting month, date year etc.

What would be nice would be a way to go back/forward in time when looking at a journal entry. This would also be nice as a way to just browse in chronological order.

Optionally(maybe preferrably), there could be a function to create a link to the previous/next journal entry so that you could use the links to navigate back and forward in time not only in emacs, but in any client by link clicking

felko commented 4 years ago

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 to certain tags, if Emacs allows that. This would make new things possible, like slideshows (adding keybindings for jumping back and forth, another to create a new zettel for the next slide etc...), specific snippets, etc... Eventually I'd like to provide the ability to define "template zettels" with predefined structure and tags, which would replace daily notes. In fact I'll open other issues for those ideas.

sudeepdino008 commented 3 years ago

This should get solved by neuron-edit-zettel and then typing "journal". The list of journal entries thus shown is chronological.