3

I am looking for some way to take ad hoc notes on linux where I don't need to explicitly save those notes.

On windows, I use Notepad++ that has a feature where new, untitled documents are automatically saved (without prompting the user) and restored when the program is opened again.

On linux, however, I have tried Notepadqq, which has the same feature, but it's too buggy for work use and doesn't have a lot of support.

iND
  • 131

2 Answers2

2

Try Atom or Sublime.

Both have the feature you requested. They both are very stable and there are many plugins and themes.

fgk
  • 186
0

If you like notepad++, just use it !

I have v7.5.4 currently running in Wine on a CentOS7.

Your autosave feature is there and works...

(see https://appdb.winehq.org/objectManager.php?sClass=application&iId=2983 )

tonioc
  • 959