Seongjae Lee
424f2a13d6
Prepare 0.9.0 release
v0.9.0
2015-10-16 22:17:43 -07:00
Seongjae Lee
04b7df8676
Update changelog
2015-10-16 22:16:23 -07:00
Seongjae Lee
2d2a070d1e
Fix a bug that utility.isNote does not handle symlinks properly
2015-10-07 07:55:36 -07:00
Seongjae Lee
6ae37437be
Load nvatom grammar on atom
2015-09-28 21:42:23 -07:00
Seongjae Lee
51f769a017
Apply the interlink extended grammar only on valid notes
...
To do so, we need to activate the package on Atom startup.
2015-09-28 01:14:39 -07:00
Seongjae Lee
ca7c14e3b7
Rename notelink to interlink
2015-09-27 10:45:51 -07:00
Seongjae Lee
c5eca919ed
Add tests for notelinks
2015-09-27 10:39:03 -07:00
Seongjae Lee
9244b0a0b9
Update readme for interlinks
2015-09-26 10:34:02 -07:00
Seongjae Lee
323fb29e56
Add tests for utility class
2015-09-26 10:27:46 -07:00
Seongjae Lee
6c55f58774
Fix uncaught reference error for not including utility
2015-09-26 07:52:03 -07:00
Seongjae Lee
9c5c4e43da
Add interlink highlight and jump features
2015-09-26 00:16:36 -07:00
Seongjae Lee
cc8a780436
Prepare 0.8.2 release
v0.8.2
2015-09-24 21:25:23 -07:00
Seongjae Lee
431b929208
Merge pull request #33 from lexicalunit/normalize_directory
...
Normalize nvatom.directory so that ~/... works correctly.
2015-09-24 21:22:32 -07:00
lexicalunit
61d071c15a
Normalize nvatom.directory so that ~/... works correctly.
2015-09-24 18:36:59 -05:00
Seongjae Lee
4e4688fe78
Prepare 0.8.1 release
v0.8.1
2015-09-16 19:56:14 -07:00
Seongjae Lee
0fffc6a6b1
Avoid using regexp for searching title
...
Fixes #28 .
2015-09-16 19:56:00 -07:00
Seongjae Lee
547617f485
Refactor code based on CoffeeScript style guide
...
https://github.com/polarmobile/coffeescript-style-guide
2015-09-12 12:14:56 -07:00
Seongjae Lee
74735eec82
Prepare 0.8.0 release
v0.8.0
2015-09-12 10:52:12 -07:00
Seongjae Lee
fa873af344
Update changelog
2015-09-12 10:51:48 -07:00
Seongjae Lee
a31f490a70
Fix a bug on warning messages
...
Ruby-style string interpolation is only with double-quoted strings.
2015-09-12 10:49:44 -07:00
Seongjae Lee
27f2a5bb8d
Delete an empty note when closing a pane
...
Close #18 . This is against nvALT, but I think this is more intuitive way.
2015-09-12 10:47:29 -07:00
Seongjae Lee
95093df286
Prepare 0.7.1 release
v0.7.1
2015-09-12 10:17:10 -07:00
Seongjae Lee
5e4345f719
Make autosave also consider nvatom.extensions
2015-09-12 10:16:52 -07:00
Seongjae Lee
cee47a8fd7
Prepare 0.7.0 release
v0.7.0
2015-09-12 02:02:59 -07:00
Seongjae Lee
15bf1e741b
Update changelog
2015-09-12 02:02:43 -07:00
Seongjae Lee
bd19c270b3
Support other extensions than ".md"
...
Close #13 .
2015-09-12 01:58:59 -07:00
Seongjae Lee
b5f7ba7b75
Prepare 0.6.0 release
v0.6.0
2015-09-12 01:36:40 -07:00
Seongjae Lee
da888fa461
Prepare to move git repository from notational-velocity to nvatom
2015-09-12 01:36:12 -07:00
Seongjae Lee
97830b31db
Prepare to move git repository from notational-velocity to nvatom
2015-09-12 01:33:38 -07:00
Seongjae Lee
a06e0127c2
Prepare 0.5.1 release
v0.5.1
2015-09-12 01:15:24 -07:00
Seongjae Lee
cfd9dcef85
Fix typo on readme
2015-09-12 01:15:09 -07:00
Seongjae Lee
ca6f9e76a3
Prepare 0.5.0 release
v0.5.0
2015-09-12 01:08:24 -07:00
Seongjae Lee
5e44098ae3
Update changelog
2015-09-12 01:08:19 -07:00
Seongjae Lee
a3f5d445c0
Make lunr pipeline feature optionable
...
If we have a note "Atom", and if the user types "a" or "at", then lunr pipeline ignores searching them because they are stop words. However, turning off this feature might not be a good idea when we have tons of body texts. So we turn it on as a default, but provide a way to turn it off as an option.
2015-09-12 01:04:11 -07:00
Seongjae Lee
abb7339a6e
Improve autoselect/autocomplete logic
...
Say we have two notes "Mark" and "Markdown". When the user type "Markd", then it will autocomplete to "Markd[own]". Say the user presses backspace key twice to make it to "Mark". In this case, we want to autoselect "Mark".
2015-09-12 00:54:56 -07:00
Seongjae Lee
4ddc133920
Refactor schedulePopulateList
2015-09-12 00:42:11 -07:00
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