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 10 Next »

Related pages




The tools I use at work

Chrome extensions

  • LastPass
  • DisconnectMe
  • Vimium
  • AdBlock Plus
  • StayFocusd
  • RescueTime
  • Block Quora Login Popup
  • PixelBlock - Don't let people see when you've opened their emails.

SaaS Tools

  • Confluence
  • JIRA

Programming Tools

  • PyCharm
  • Gerrit
  • Jenkins



Evernote

  • 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.

Notepad++

Thoughts

Things I like

  • 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++.

Things I don't like

  • 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.

Recommended settings

Preferences/General

  • 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'

Preferences/Editing:

  • 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'.

Trello








  • No labels