LoginSignup
0
0

More than 5 years have passed since last update.

nvALT + GitHub theme

Last updated at Posted at 2017-05-30

Features

  • Github theme
  • Github markdown support
  • Font Awesome icons [fa-github]
  • simple checkbox support
  • code highlighting
  • User Story detection (As a user, I expect ...)

screenshot

Requirements

nvalt - nvALT is a fork of the original Notational Velocity with some additional features and some interface modifications.

Installation

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.

Reverting

You can always restore the default just by deleting the files in ~/Library/Application Support/nvALT/.

rm -rfi ~/Library/Application\ Support/nvALT

Updating

In a terminal:

cd ~/Library/Application\ Support/nvALT/
git pull

Hacking

Just point ~/Library/Application Support/nvALT to your local git repository.

cd [your project path]
git clone git@github.com: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.

Usage

Please share how/why you use nvALT! Submit a quick comment on issue #14

Checkboxes

There are two types of checkboxes you can use:

[ ] - unchecked
[/] - checked
[ ] - checked @done

Code Highlighting

class SomeClass
    def someMethod
    end
end

Font Awesome Icons

[fa-github]

Github Markdown Theme

strikethrough: wrap text with ~~
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0