Seongjae Lee
bca1646f8f
Refactor filter
2015-09-12 00:40:21 -07:00
Seongjae Lee
40e785ef57
Remove unnessary whitespaces
...
Refer https://github.com/polarmobile/coffeescript-style-guide#whitespace-in-expressions-and-statements .
2015-09-11 22:51:03 -07:00
Seongjae Lee
273d506f38
Make the searching query to be the non-selected text, not the full text
...
For example, if we have two notes "Car" and "Care", when we type "Ca", then it automatically fills "Care" and drops "Car". (Assume "Care" comes ahead of "Car"). However, we still want to search with "Ca".
2015-09-11 22:46:06 -07:00
Seongjae Lee
09d0efc06f
Make the first found item to be automatically selected
...
This is a regression caused by docquery integration (56821bccbc ). indexof always returns -1. Since the selected item is always the first filtered item, we can safely set it to 1.
2015-09-11 22:43:09 -07:00
Seongjae Lee
4dd0b518aa
Prepare 0.4.2 release
v0.4.2
2015-09-11 14:08:59 -07:00
Seongjae Lee
bdf384f158
Fix #26 causing DocQuery loading error on case sensitive OS
2015-09-11 14:05:57 -07:00
Seongjae Lee
c2db598f17
Prepare 0.4.1 release
v0.4.1
2015-09-10 23:56:57 -07:00
Seongjae Lee
1e1aa06e3c
Remove debug code
2015-09-10 23:56:17 -07:00
Seongjae Lee
8384b81a04
Prepare 0.4.0 release
v0.4.0
2015-09-10 23:26:09 -07:00
Seongjae Lee
ef3fb73c88
Make the first version of nvatom to be 0.4.0
2015-09-10 23:26:03 -07:00
Seongjae Lee
6c9752ae25
Rename notational-velocity to nvatom, copy notational-velocity settings/notes on initialization
2015-09-10 22:10:34 -07:00
Seongjae Lee
bb80f5e203
Prepare 0.3.0 release
v0.3.0
2015-09-10 00:35:11 -07:00
Seongjae Lee
5f26638a78
Fix #25 so that it ensures the note directory does not nest within the package directory
2015-09-10 00:32:22 -07:00
Seongjae Lee
52937e2f3c
Prepare 0.2.0 release
v0.2.0
2015-09-08 23:22:13 -07:00
Seongjae Lee
55631b89ea
Update changelog and contributors
2015-09-08 23:20:28 -07:00
Seongjae Lee
7ae6d1c211
Fix the incompatible native module test failure
2015-09-08 22:56:57 -07:00
Seongjae Lee
56821bccbc
First attempt with DocQuery
2015-08-30 21:52:20 -07:00
Seong Jae Lee
11a6c37c70
Revert to 03654ac, since the current one gives an error on OSX
2015-08-28 23:41:41 -04:00
Seongjae Lee
ae435d7043
Merge pull request #24 from jonmagic/powered-by-docquery
...
First attempt with DocQuery
2015-08-28 23:18:36 -04:00
Seongjae Lee
03654ac2c6
Merge pull request #16 from garthk/fix-settings-documentation
...
Fix settings documentation
2015-05-28 12:11:36 -07:00
Garth Kidd
91f4bca077
Extract indentation advice to subsequent paragraph.
2015-05-27 16:28:38 +10:00
Garth Kidd
e39334f9fa
"via" is somewhat quaint.
2015-05-27 16:21:01 +10:00
Garth Kidd
d8e60f9cfc
Assert CSON format.
2015-05-27 16:18:29 +10:00
Garth Kidd
95a793f050
Fix settings docs: seongjaelee/notational-velocity#15
2015-05-27 15:31:17 +10:00
Jonathan Hoyt
c15e7e0f96
First attempt with DocQuery
2015-05-24 23:09:50 -07:00
Seongjae Lee
3679cf0a71
Fix #14 so that it can create lowercase/uppercase notes as the user wants
2015-05-16 22:49:55 -07:00
Seongjae Lee
6207b379eb
Avoid the user of WorkspaceView in tests
2015-05-09 15:41:16 -07:00
Seongjae Lee
66e03ce0e3
Fix a failing test due to a missing dependency
2015-05-09 15:11:16 -07:00
Seongjae Lee
f19c613204
Merge pull request #11 from jonmagic/alternate-keybinding-instructions
...
Add instructions for changing the cmd-l keybinding
2015-05-09 15:02:57 -07:00
Seongjae Lee
42eb70ac27
Merge pull request #10 from jonmagic/auto-save-on-did-stop-changing
...
Auto save document 1 second after finishing typing
2015-05-09 15:02:46 -07:00
Jonathan Hoyt
a2b81ad570
Add instructions for changing the cmd-l keybinding
2015-05-09 14:47:13 -07:00
Jonathan Hoyt
1f91f4d6b5
Remove console.log
2015-05-09 14:34:49 -07:00
Jonathan Hoyt
0f269c9216
Debounce the save so the editor doesn't slow down
2015-05-09 14:27:21 -07:00
Jonathan Hoyt
e94430630c
Save in editor.onDidStopChanging
...
Temporarily disables whitespace package so that you can create
newlines without getting them removed on autosave.
2015-05-09 13:49:47 -07:00
Seongjae Lee
49c081ed6e
Introduce autosave feature
...
Fix #8 .
2015-04-27 22:24:43 -07:00
Seongjae Lee
7e66ac8f88
Prepare 0.1.0 release
v0.1.0
2015-04-21 00:04:37 -07:00
Seongjae Lee
c096e2e57c
Fix a test failure caused by non-existing default directory in test environment
2015-04-20 23:25:25 -07:00
Seongjae Lee
a8331b1ce6
Fix readme link error
2015-04-20 23:20:26 -07:00
Seongjae Lee
31c7264ea0
Fix readme link error
2015-04-20 23:19:07 -07:00
Seongjae Lee
6e101ea804
Add a default notebook
...
Also change the default toggle shortcut to alt-cmd-l. The original Notational Velocity uses cmd-L, but it conflicts with Atom's default shortcut.
2015-04-20 23:01:08 -07:00
Seongjae Lee
56920918f3
Do not create an empty note when search panel query is empty
2015-04-20 08:11:44 -07:00
Seongjae Lee
3eb8ff93c3
Enable creating a note via the search panel
...
Fix #6 .
2015-04-19 23:50:23 -07:00
Seong Jae Lee
2b442b79e7
Use path watcher to monitor note changes. Fix #2
...
Refactor so that the note/directory parsing is done in separate classes.
2015-04-13 22:02:35 -07:00
Seong Jae Lee
574bfc2b3d
Update readme
2015-04-12 17:24:44 -07:00
Seong Jae Lee
f6f792d460
Make sure testdata won't have copyright issues. Fix #7
2015-04-12 10:32:13 -07:00
Seong Jae Lee
1770e9fa73
Update default config by specifying its type
2015-04-12 01:34:47 -07:00
Seong Jae Lee
fbbe0337be
Delete context menu
2015-04-12 01:31:30 -07:00
Seong Jae Lee
fa2611f216
Enable Travis CI
...
For more information, refer https://github.com/atom/ci .
2015-04-12 01:16:30 -07:00
Seong Jae Lee
67a1792d1b
Fix test failures
...
1. Setting the default directory to the root makes it to read navigate files, which takes forever. Maybe we should set a timeout, but not for now.
2. We don't want to read the directory every time we toggle on. After toggle off, the package should still be there. Yes, this will consume lots of memory, but it would be like that for now.
2015-04-12 01:13:59 -07:00
Seong Jae Lee
4d1efafea1
Fix file I/O errors
2015-04-12 00:56:06 -07:00