Theme for Taskpaper 3 for notes-first users

For those running the 3.1 or later, here’s a version that:

  • Reduces the line-height-multiple to tighten up each item’s line-spacing
  • Adds margin instead in between each item, using the new paragraph-spacing-before property

To update your theme-notes-first if previously installed:

# Download the latest version of the theme
cd ~/Library/Application\ Support/Taskpaper/theme-notes-first
git checkout master; git pull origin master

# Backup the previous theme.less and copy theme.less from theme-notes-first
cd ~/Library/Application\ Support/Taskpaper/
mv theme.less theme-backup.less && cp -p theme-notes-first/theme.less theme.less

To install from scratch:

# Download theme to Application Support directory
cd ~/Library/Application\ Support/Taskpaper/
git clone https://github.com/pascallaliberte/theme-notes-first.git

# Backup the previous theme.less and copy theme.less from theme-notes-first
mv theme.less theme-backup.less && cp -p theme-notes-first/theme.less theme.less
1 Like