Junyoung Choi (Sai)
7ab3ce91a1
Merge pull request #2281 from mbarczak/features/toc_generator
...
Automatic table of contents generation for Markdown
2018-09-15 12:36:54 +09:00
Baptiste Augrain
7c0c81207b
add test
2018-08-31 10:27:02 +02:00
Maciek
1bb841d5c5
Create Markdown TOC at current cursor position
...
If there is no TOC in the current document, it's created at current
cursor position. Subsequent generation calls update TOC at existing
position.
Add additional tests with CodeMirror editor mock.
2018-08-28 00:51:49 +02:00
Maciek
5bb90babbc
Add tests for Markdown TOC generator
2018-08-21 01:03:53 +02:00
Junyoung Choi (Sai)
4556375174
Merge pull request #2284 from mikaoelitiana/feat-933
...
Add per-folder sort
2018-08-20 13:46:03 +09:00
Unknown
df4d837026
add todo status test
2018-08-18 14:38:07 +01:00
Unknown
760f84d7fa
fix for 2267
...
todo percentage not updated correctly
2018-08-18 14:30:23 +01:00
Mika Andrianarijaona
9572cb2d33
Fix default value of config.sortBy
2018-08-12 09:21:46 +02:00
Nguyen Viet Hung
f0df787bbe
Fix escape codeblock ( #2230 )
...
* updated package-lock
* added fix and test for escape html in code block
* fixed markdown preview render bug
* updated comment in escape function
* improved escape function
* Delete package-lock.json
2018-08-09 17:08:52 +09:00
Nguyễn Việt Hưng
563fdcba94
added tests escape html function
2018-07-07 00:07:17 +07:00
Sosuke Suzuki
95c10a1de7
add test
2018-06-27 20:42:01 +09:00
ozone
83a9e54896
Fix snapshot
2018-05-04 01:22:55 -04:00
ozone
ab038b1f31
Add configuration to render line breaks as <br> or not
2018-05-04 00:44:22 -04:00
Junyoung Choi (Sai)
56879924bd
Merge pull request #1701 from bimlas/fix-filter-by-tag-in-search-entry
...
Fix tag filtering in search entry
2018-04-10 19:59:20 +09:00
bimlas
2a23d19321
Add selector to sort tags by counter or alphabetically
...

2018-03-24 15:46:49 +01:00
bimlas
145ae10a79
Add test: find tags without hash symbol
...
Searching has to find tags without hash symbol too (`tag` instead of
`#tag`).
2018-03-21 20:07:21 +01:00
bimlas
5f5a7880a6
Fix tag filtering in search entry
...
Some issues introduced in #954
(https://github.com/BoostIO/Boostnote/pull/954#issuecomment-336344915 ):
- search by `#tag1 #tag2` returns the results of only `#tag2`
- search by `#tag1 content` is as same as AND search by `#tag1 content` (and
`#tag1` is regarded a word, not a tag)
- search by `content #tag1` returns the results of only `#tag1`
This commit fixing these:
- search by `#tag1 #tag2` returns the results of only `#tag2`

- search by `#tag1 content` is as same as AND search by `#tag1 content` (and
`#tag1` is regarded a word, not a tag)

- search by `content #tag1` returns the results of only `#tag1`

NOTE: the examples works without `#` character too, because
`findByWord()` checks the tags too.
2018-03-20 09:01:11 +01:00
Yu-Hung Ou
1dd7644e12
added smart quotes unit test for lib/markdown
2018-03-18 15:36:57 +11:00
Yu-Hung Ou
f72b4f0249
added unit test for checkbox markdown syntax
2018-03-14 21:47:07 +11:00
Yu-Hung Ou
1af374439d
added unit tests for lib/markdown
2018-03-14 20:37:25 +11:00
Yu-Hung Ou
3cba71b7a8
upgraded ava to 0.25.0
2018-03-14 20:37:25 +11:00
Junyoung Choi (Sai)
51a8c47afd
Discard finder ( #1497 )
...
* Discard finder
* Upgrade electron
* Discard anything related with finder
* Fix lint errors
* Run test serial
* Test on v6
* Test on v6 only
2018-02-03 23:39:53 +09:00
Ben Coleman
6431a8255d
Fixed trailing spaces
2017-12-12 13:59:38 +00:00
Ben Coleman
48fd1d11e2
Fixed regex to stop [anytingx] being counted as a checkmark
2017-12-12 13:34:37 +00:00
asmsuechan
13a1da91be
[Lint] Remove an unexpected trailing comma
2017-11-07 14:44:20 +09:00
asmsuechan
930b58d2a8
[Lint] Remove semicolons
2017-11-07 14:44:20 +09:00
asmsuechan
b88b1065ee
[Lint] Fix double quatations to single quatations
2017-11-07 14:44:20 +09:00
sota1235
5fbb802b32
modify: add test case
2017-11-07 14:44:20 +09:00
sota1235
0a28798d54
modify: add test case for underscore
2017-11-07 14:44:20 +09:00
sota1235
2ce96186f2
add: cut out trimming text logic for md note title and add unit test
2017-11-07 14:43:31 +09:00
asmsuechan
78b12ae686
Add test
2017-10-13 10:58:32 +09:00
asmsuechan
46f7dfdfeb
Change " to '
2017-08-12 10:17:36 +09:00
asmsuechan
fcaa5e21cf
Add tests for RcParser
2017-08-12 09:36:39 +09:00
asmsuechan
731ffd4a22
Add spec for getTodoStatus
2017-08-12 09:07:58 +09:00
asmsuechan
886d7b7227
Fix test
2017-08-05 22:48:04 +09:00
asmsuechan
f39b7594ab
Add tests for findStorage()
2017-07-26 15:16:21 +09:00
asmsuechan
244a06eea6
Fix some pointed by lint
2017-06-12 18:12:11 +09:00
asmsuechan
afb13af7a1
iss #619 Add a test for teh helper methods
2017-06-12 18:05:32 +09:00
SuenagaRyota
8fe05a4c24
Merge pull request #548 from asmsuechan/add-a-module-findTitle
...
Add a module to find the title
2017-06-07 10:30:46 +09:00
asmsuechan
cdd5717e63
Fix some pointed by eslint
2017-06-03 17:10:58 +09:00
asmsuechan
42bd7fb4fb
Add tests for searchFromeNotes()
2017-06-03 17:04:22 +09:00
asmsuechan
99228f2e60
♻️ Refactor findeTitle()
2017-05-23 17:01:07 +09:00
asmsuechan
0f71139eba
Delete a comma pointed by eslint
2017-05-23 15:51:21 +09:00
asmsuechan
2bbe7056d1
Add test cases
2017-05-23 15:43:54 +09:00
asmsuechan
d4865adf6a
Change findNoteTitle.find() to findNoteTitle.findNoteTitle() in test
2017-05-23 15:23:16 +09:00
asmsuechan
ffc4ca1dd4
Add an unit test for findNoteTitle
2017-05-23 15:23:16 +09:00
asmsuechan
2df295dc1d
Fix styles by lint
2017-04-22 17:30:55 -07:00
asmsuechan
b695d27817
Add test for htmlTextHelper
2017-04-22 17:19:05 -07:00