Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 11
Next »
Table of contents
Child pages
Related pages
- LastPass
- DisconnectMe
- Vimium
- AdBlock Plus
- StayFocusd
- RescueTime
- Block Quora Login Popup
- PixelBlock - Don't let people see when you've opened their emails.
- 2015.04.17 - Paul Minors - A Tour of My Evernote Account
- He highly recommends a book called "Evernote Essentials" by Brett(?) Kelly(?), a former employee at Evernote.
- It looks like a simpler version of Confluence. The main thing it seems to be missing is the ability to create complex hierarchies between pages ("notes" in Evernote). Evernote's "Notebooks" can't contain content, so they seem most analogous to Confluence's "Spaces".
- The general organization philosophy seems to be more "Gmail" than "Wikipedia".
- You can create links between notes. Not sure if they update automatically if you rename a note.
- A huge downside to Notepad is that it doesn't save a copy of your draft (unsaved work), so if your computer crashes or gets restarted for some reason, you'll lose everything in your notepad file that wasn't saved. With Notepad++ it seems to keep a saved copy of your draft after every keypress.
- Another problem with Notepad is it's extremely-limited 'Undo' functionality.
- The main thing about Notepad++ that I think makes it better than Sublime Text for simple text notes is that it starts up instantly. Sublime Text has a surprisingly long start-up time.
- Another big advantage that Notepad++ has over Sublime Text 2 is the speed with which regex find-and-replace operations are completed. They're significantly faster with Notepad++.
- The big problem I have with Notepad++ is that it's not as beautiful as Sublime Text 2: the default UI is packed full of icons and buttons and sidebars and too many colors, and the default file icons are too colorful / busy.
- You can fix this fairly easily if you know what settings to change.
- The scrollbar is slightly wider than the one on Notepad, which I don't like.
- The recommended settings below are for using Notepad++ as just a better version of Notepad (i.e. for keeping notes), and not as a code editor.
- Change Notepad++'s file icon to the default Notepad one, because the Notepad++ file icon is too colorful / busy.
- Change the font to Calibri (what Word uses) or Consolas (what Notepad uses)
- Hide autocomplete suggestions: https://stackoverflow.com/a/22635911/4115031
- Select 'Hide menu bar'.
- Press 'Alt' to have it show up when you need it.
- Deselect 'Show status bar'.
- Toolbar:
- Enable the 'Hide' checkbox.
- Tab bar:
- Deselect 'Draw a coloured bar on active tab'
- Enable multi-editing
- Set 'Line Wrap' to 'Indent'
- Disable 'Display line number'
- Disable 'Display bookmark'
- Set 'Border Width' to 'No edge'
- Set 'Folder Margin Style' to 'None'
- Disable 'Enable current line highlighting'.
- Enable "Wrap around" so that it will search the entire document and not just the portion of the document that comes after where your cursor is located.