mirror of
https://github.com/wassname/nvatom.git
synced 2026-07-14 01:10:24 +08:00
Prepare 0.1.0 release
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
## 0.1.0
|
||||
- First release
|
||||
|
||||
@@ -2,7 +2,11 @@
|
||||
|
||||
[![Build Status][3]][4]
|
||||
|
||||
[Notational Velocity][1] is an application that stores and retrieves notes. This Atom package implements the some key features from this amazing app:
|
||||
[Notational Velocity][1] is an application that stores and retrieves notes.
|
||||
|
||||
![Preview][5]
|
||||
|
||||
This Atom package implements the some key features from this amazing app:
|
||||
|
||||
- Modeless operation
|
||||
- Mouseless interaction
|
||||
@@ -41,3 +45,4 @@ We do believe Notational Velocity is the precursor of the famous note-taking app
|
||||
[2]: http://daringfireball.net/projects/markdown/syntax
|
||||
[3]: https://travis-ci.org/seongjaelee/notational-velocity.svg?branch=master
|
||||
[4]: https://travis-ci.org/seongjaelee/notational-velocity
|
||||
[5]: https://cloud.githubusercontent.com/assets/948301/7246990/2e2b4c6e-e7b9-11e4-93b0-57954e011e81.gif
|
||||
|
||||
+9
-1
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "notational-velocity",
|
||||
"main": "./lib/notational-velocity",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"contributors": [
|
||||
"Seongjae Lee <seongjaelee@gmail.com>"
|
||||
],
|
||||
"description": "Notational Velocity for Atom",
|
||||
"activationCommands": {
|
||||
"atom-workspace": "notational-velocity:toggle"
|
||||
@@ -11,6 +15,10 @@
|
||||
"engines": {
|
||||
"atom": ">0.50.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/seongjaelee/notational-velocity/issues"
|
||||
},
|
||||
"homepage": "https://github.com/seongjaelee/notational-velocity",
|
||||
"dependencies": {
|
||||
"fs-plus": "2.x",
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
|
||||
Reference in New Issue
Block a user