A smart nvalt Preview Theme.
- Github theme
- Github markdown support
- Font Awesome icons [fa-github]
- simple checkbox support ([] and [/])
- code highlighting
- User Story detection (As a user, I expect ...)
nvalt - nvALT is a fork of the original Notational Velocity with some additional features and some interface modifications.
In a terminal:
cd ~/Library/Application\ Support/
rm -rfi nvALT/
git clone https://github.com/bawigga/nvalt-prime.git nvALT
No need to restart nvALT. The changes will be picked up the next time you switch notes. You can also right click on the preview window and click refresh.
You can always restore the default just by deleting the files in ~/Library/Application Support/nvALT/
.
rm -rfi ~/Library/Application\ Support/nvALT
In a terminal:
cd ~/Library/Application\ Support/nvALT/
git pull
Just point ~/Library/Application Support/nvALT
to your local git repository.
cd [your project path]
git clone [email protected]:bawigga/nvalt-prime.git
rm -rfi ~/Library/Application\ Support/nvALT
ln -s /path/to/nvalt-prime/ ~/Library/Application\ Support/nvALT
No need to restart nvALT. The changes will be picked up the next time you switch notes. You can also right click on the preview window and click refresh.
Please share how/why you use nvALT! Submit a quick comment on issue #14
There are two types of checkboxes you can use:
[ ] - unchecked
[/] - checked
[ ] - checked @done
class SomeClass
def someMethod
end
end
[fa-github]
strikethrough: wrap text with ~~