Scratchpad / Persistent Notepad application suggestion

3

4

I always have a small spiral-bound notepad beside my PC for ad-hoc notes. I'm interested in finding a PC-based replacement, especially for transient notes that may need to be copied and pasted around.

I don't think it's a new concept, so I'm sure other applications have addressed it in the past, but I can't seem to find any easily.

Desired features:

  • Simple: pretty much no toolbars, no menus, no configuration, no complexity, just a persistent free text entry area, like a blank notepad page
  • Edit-tracking: being able to go back in time somehow, but in a very basic fashion. Perhaps every time you clear the text area, it saves the old contents as read-only, stamped with date and time, and makes it easy to flip backwards (perhaps Alt+Left Arrow, or perhaps mouse wheel, or perhaps zoom out to a day / week / month view)
  • Ideally, cloud-enabled, synced with Google Docs or similar

The idea is to use it for transient notes, working state, small idea snippets. For this, it's vital that there is no management burden, so that the barrier to putting text in is minimal. If you have to think about configuration, metadata, which file, where, categorization etc., the chances are the idea will slip away. It needs to be as barrier-free to use as picking up a pen and putting it on paper.

Does this utility already exist? Or do I have to write it myself?

Barry Kelly

Posted 2010-08-22T21:06:00.613

Reputation: 713

This link might be of interest http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer

– Unfundednut – 2010-08-22T21:07:57.473

Something like MS One Note or Windows 7 Sticky Notes wouldn't work would they? – ubiquibacon – 2010-08-22T21:10:56.860

Apart from the physical notepad suggestions - which I'm already using - those apps (EverNote, OneNote, Google Notepad etc.) are way too complicated and heavy for what I have in mind. – Barry Kelly – 2010-08-22T21:13:13.723

basically, if it's more complicated than notepad.exe, it's probably too complicated; ideally it's less complicated than notepad.exe, because it wouldn't require you to choose the name of a storage file, for one – Barry Kelly – 2010-08-22T21:14:20.587

Why not just stick to handwritten notes? I've tried a number of apps over the years and nothing really seems to make me want to abandon my post-its and notepads. – Force Flow – 2010-08-22T21:49:26.917

Stickies on Mac is great.

Evernote is also excellent too, as you can file away your notes easily, or if you wish, just keep everything in one big note. Works on all OSes too. – JFW – 2010-08-23T02:41:28.587

Answers

4

SimpleNote fills two of those 3 requirements: simple, and cloud-syncing (Lifehacker loved it). There are two listed Windows clients for it: ResophNotes and Notes. Try them both and see which one works for you.

As for revision history, a simple workaround is to set up some sort of versioning system like svn or mercurial or (if you don't mind having use Windows' built in Volume Shadow Copy to make backups because all these clients for Simplenote store the notes as text files. It's nigh diffucult to find a decently simple notetaking program with revision history, so this is already a pretty good setup.

I myself use my Remember the Milk todo list as a notetaker or Tomboy for lists.

Update: SimpleNote now has revision history so Simplenote should fit your purposes perfectly.

digitxp

Posted 2010-08-22T21:06:00.613

Reputation: 13 502

In case you're still interested, I have it here - https://github.com/barrkel/scratch - I use it chiefly on Linux (GTK version) and Windows and use Dropbox to make the latest version of the text available on my phone. The UI is extremely minimal - Alt + Arrow Keys for navigation and F12 for search - but it's a single user application in the most literal sense!

– Barry Kelly – 2015-12-18T00:53:06.537

It turns out dropbox integration is good enough for 95% of my use cases, and I don't switch machines often enough for the utility of a web page version to be outweighed by the fact that it needs to live in a browser frame. However the more time I spend in Emacs the more I miss the power of Emacs outside it. Simplenote has an emacs client; I may yet come around. – Barry Kelly – 2015-12-18T00:55:15.820

I actually quickly wrote up a version-tracking note-taking app to solve this problem, but it looks like SimpleNote could be the ideal way to persist it / share it across platforms. The nice thing about writing it myself is that I have customizations, like extra-efficient copy and paste - just middle click, depending on whether text is selected or not. – Barry Kelly – 2010-08-26T04:40:14.413

1@barry-kelly That sounds really interesting. Do you think you can post the program and/or its source? I'd love to see how you did it. – digitxp – 2010-08-26T13:22:14.227

3

You should try slickrun, this is a small floating commandline box that you can use to run things from magicwords, another very very useful feature is the slick jot, you can bring this up and hide it via windowkey + J

it's persistent and has a find function, it only offers raw text entry, no rich text or images.

I find it very useful for taking notes on the phone as a hot key brings it up infront of all windows.

http://www.fiddler2.com/SlickRun/

Austen

Posted 2010-08-22T21:06:00.613

Reputation: 51

1

I'd suggest OneNote 2010 with synchronization with Windows Live.

Zian Choy

Posted 2010-08-22T21:06:00.613

Reputation: 1 394

1

ActionOutline - shortcut to call it, paste or write in it, shortcut to close it (saves automatically) ... it looks much simpler than in the picture most of the time (I guess they probably wanted to put everything onto one screenshot). Satisfies all your conditions (just remove the toolbars, and put it in one tab mode); the only thing I'm not sure is syncing with Google Docs, since I'm using the much older version. Maybe they added that too in the newer ones.

alt text

Rook

Posted 2010-08-22T21:06:00.613

Reputation: 21 622