|
1 |
| -# Textual Velocity for Atom [](http://travis-ci.org/viddo/atom-textual-velocity) [](https://circleci.com/gh/viddo/atom-textual-velocity) |
2 |
| -_Note that this package is still WIP, see [v1 roadmap milestone](https://github.com/viddo/atom-textual-velocity/milestones) for details. See the [change log](CHANGELOG.md) for what's new._ |
| 1 | +# Textual Velocity [](http://travis-ci.org/viddo/atom-textual-velocity) [](https://circleci.com/gh/viddo/atom-textual-velocity) [](https://david-dm.org/viddo/atom-textual-velocity) |
3 | 2 |
|
4 | 3 | Your mental notes at your fingertips!
|
5 | 4 |
|
6 |
| -For those of you who used [Notational Velocity](http://notational.net/) or [nvalt](http://brettterpstra.com/projects/nvAlt/) before should feel right at home. |
| 5 | +For those of you who used [Notational Velocity](http://notational.net/) or [nvAlt](http://brettterpstra.com/projects/nvAlt/) should feel right at home: it's intended to be an alternative to those applications but with the benefits of the [Atom](https://atom.io/) ecosystem. |
7 | 6 |
|
8 | 7 | <img width="748" alt="screen shot 2016-02-04 at 20 05 58" src="https://cloud.githubusercontent.com/assets/978461/12831123/f48a5964-cb92-11e5-9752-859edd2ed3a9.png">
|
9 | 8 |
|
10 |
| -## Usage |
11 |
| -The package is lazy-loaded, use the `Textual Velocity: Start Session` [command](https://atom.io/docs/v1.4.3/getting-started-atom-basics#command-palette) to get started. |
12 |
| - |
13 |
| -By default notes are saved in `~/.atom/notes`, you can change it through the `textual-velocity:path` [config](https://atom.io/docs/api/v1.5.0/Config) setting. |
| 9 | +Caveats: |
| 10 | + - Still WIP, see the [change log](CHANGELOG.md) for what's been done so far, and [v1 roadmap milestone](https://github.com/viddo/atom-textual-velocity/milestones) for planned/upcoming features. |
| 11 | + - Developed and tested on MacOSX, it _should_ work fine on Linux and Windows too but there's not guarantees right now. Help is appreciated! |
| 12 | + - Due to Atom's purpose of being a _text_-editor only text files are intended to be supported, compared to the single-database option NV offers. |
14 | 13 |
|
15 |
| -You may also want to set a global shortcut to toggle the Atom window, see my [init config](docs/init.coffee) for an example of how this can be setup when the package is activated. |
| 14 | +## Usage |
| 15 | +Use the `Textual Velocity: Start Session` [command](https://atom.io/docs/v1.4.3/getting-started-atom-basics#command-palette) to get started, the package is lazy loaded. |
16 | 16 |
|
17 |
| -The `core.ignoredNames` and `core.excludeVcsIgnoredPaths` are respected, but you need to restart a session for the changes to apply. |
| 17 | +By default notes are saved in `~/.atom/notes`, you can change it in the package settings. |
18 | 18 |
|
19 |
| -See [keymaps](keymaps/textual-velocity.cson) for available shortcuts. |
| 19 | +While the plugin can be run in any Atom window it's recommended to run it in a [separate instance for easier usage and access to your notes](docs/recommended-usage/README.md) |
20 | 20 |
|
21 | 21 | Also, I recommend the following packages, that works great in combination with textual-velocity:
|
22 | 22 | - [quick-file-actions](https://atom.io/packages/quick-file-actions) - Quickly copy, delete, move, and create new files
|
23 | 23 | - [file-icons](https://atom.io/packages/file-icons) - Assign file extension icons and colours for improved visual grepping
|
24 | 24 | - [preview](https://atom.io/packages/preview) - Ultimate previewer of source code in Atom.
|
25 | 25 | - [recent-files-fuzzy-finder](https://atom.io/packages/recent-files-fuzzy-finder) - Find recently opened files easier
|
26 | 26 | - [block-travel](https://atom.io/packages/block-travel) - Quickly travel up/down between blocks of code
|
27 |
| - |
28 |
| -## Installation |
29 |
| -`apm install textual-velocity`, or search & install it through the settings. |
0 commit comments