renerocksai / sublimeless_zk

A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
GNU General Public License v3.0
196 stars 24 forks source link

Added a "Exit" voice to the file menu #33

Closed l-de-lellis closed 6 years ago

l-de-lellis commented 6 years ago

Hi Rene, I added a "Exit" item to the file menu to quit the app from there. Usually it's an item present in all the GUI applications and should contribute to a better user experience.

renerocksai commented 6 years ago

self.gui.close() --- perfect!