felko / neuron-mode

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

Support adding zettel titles to buffer names #66

Closed prsteele closed 3 years ago

prsteele commented 3 years ago

This PR adds the ability to set zettel buffer names to a string including the zettel title.

As an example, a zettel with filename index.md and a title of Zettelkasten overview would have its buffer title set to index.md (Zettelkasten overview).

The motivation for this feature is to make the buffer list intelligible when many zettels are open, and to make switching between buffers function similar to how neuron-edit-zettel works.

This feature can be disabled by setting the customizable variable neuron-title-in-buffer-name to nil.

felko commented 3 years ago

Thanks!