This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # A simple note-taking setup, with automatic markdown to pdf preview | |
| # | |
| # Inspired by: https://redd.it/axsbsf/ | |
| # CSS from: https://github.com/edwardtufte/tufte-css | |
| # | |
| # Dependencies: pandoc, inotify-tools, mupdf | |
| # | |
| # You can replace mupdf with any other pdf viewer, but make sure |