Get Emacs mode line to display node title, rather than file name

Just what it sounds like, when I’m editing my nodes I find it disconcerting to see the file name in the mode line because I think about them as the titles.

Just taking a short break off work. Excuse the brevity.

Manually, you should be able to use rename-buffer command to do this.

If you want to automate this when you visit the file, you should be able to do something similar to denote-rename-buffer-mode: denote/denote-rename-buffer.el at main · protesilaos/denote · GitHub

OK thanks, will take a look at that.