nvALT 2

nvALT 2是一种仅使用键盘快速、轻松地做笔记

  • 所有者: ttscoff/nv
  • 平台: Mac
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

nvALT 2是一种仅使用键盘快速、轻松地做笔记。叉的原始符号的速度与一些额外的特性和界面修改,包括MultiMarkdown功能。(MIT)

主要指标

概览
名称与所有者ttscoff/nv
主编程语言C
编程语言Objective-C (语言数: 7)
平台Mac
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2010-12-05 22:39:37
推送于2023-04-16 01:37:09
最后一次提交2023-04-15 20:37:09
发布数13
最新版本名称2.2.8 (发布于 2017-09-19 09:58:23)
第一版名称v2.0b (发布于 2009-09-13 12:03:31)
用户参与
星数1.8k
关注者数72
派生数197
提交数707
已启用问题?
问题数572
打开的问题数404
拉请求数15
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

nvALT 2

A collaboration between Brett Terpstra (ttscoff) and David Halter (ElasticThreads) based on DivineDominion's fork. nvALT adds a few features we'd been looking for (and let me get some coding practice).

Screenshot

Contents

About nvALT

nvALT is a fork of the original Notational Velocity with some additional features and some interface modifications. It is a work in progress. I'm not listing it as a beta, as that would imply that it was on its way to being its own product. It's an experiment, and I hope you enjoy it!

What it is

Notational Velocity is a way to take notes quickly and effortlessly using just your keyboard. You press a shortcut to bring up the window and just start typing. It will begin searching existing notes, filtering them as you type. You can use ⌘-J and ⌘-K to move through the list. Enter selects and begins editing. If you're creating a new note, you just type a unique title and press enter to move the cursor into a blank edit area. Check out the descriptions at notational.net for a more eloquent synopsis.

Additional Features

nvALT adds:

  • Widescreen (horizontal) layout option
  • Shortcut (⌘-⌥-N) to collapse the notes panel
  • Markdown, Textile and MultiMarkdown support with Preview window
  • HTML source code tab in the Preview window for fast copy/paste to blogs, etc.
  • Unique interface design changes
  • Fixes for a couple of bugs/annoyances
  • Customizable HTML and CSS files for the Preview window
    • You can use Javascript in the templates to do a few neat tricks

Customization

After the first time you run the Preview window, look in ~/Library/Application Support/Notational Velocity and you'll find two files: template.html and custom.css. If you're handy with HTML and CSS, feel free to customize these in whatever way you like. You can add Javascript as well, but you'll need to load external scripts from a url or using a full file:// path. If worst comes to worst, you can just delete or rename your customizations and the default files will be put back in place automatically.

Download

More info and a download for the compiled binary can be found at brettterpstra.com/projects/nvalt

Credits