ehhc
c69f34836a
handle dot in file name
2018-06-25 15:18:45 +02:00
ehhc
5d62dd2002
Merge branch 'master' of https://github.com/BoostIO/Boostnote into paste_storage_link_should_clone_attachment
...
# Conflicts:
# browser/main/lib/dataApi/attachmentManagement.js
# locales/da.json
# locales/de.json
# locales/en.json
# locales/es-ES.json
# locales/fa.json
# locales/fr.json
# locales/hu.json
# locales/it.json
# locales/ja.json
# locales/ko.json
# locales/no.json
# locales/pl.json
# locales/pt-BR.json
# locales/pt-PT.json
# locales/ru.json
# locales/sq.json
# locales/zh-CN.json
# locales/zh-TW.json
2018-06-06 12:03:53 +02:00
Junyoung Choi (Sai)
88856b788a
Merge pull request #1963 from ehhc/OnBlur_Throws_Exceptions_On_Snippet_Notes
...
OnBlur throws exceptions if the notetype is snippet -> Fixes #1962
2018-06-06 11:11:27 +09:00
ehhc
22e2c3da1f
Merge branch 'master' of https://github.com/BoostIO/Boostnote into paste_storage_link_should_clone_attachment
...
# Conflicts:
# browser/components/CodeEditor.js
# browser/main/lib/dataApi/attachmentManagement.js
2018-06-05 11:28:42 +02:00
ehhc
9c247bcb22
Copying the link to an attachment should make sure that it is located in the same note folder -> Fixes #1924
2018-05-29 17:20:14 +02:00
ehhc
225916fbba
Fix for the test broken by the merge commit
2018-05-28 09:57:07 +02:00
ehhc
2fce78422b
Merge branch 'master' into OnBlur_Throws_Exceptions_On_Snippet_Notes
2018-05-28 09:00:57 +02:00
ehhc
8132dd6847
Fix for the issues raised in the code review
2018-05-28 08:58:09 +02:00
Nguyễn Việt Hưng
c2c50817f1
resolved conflict
2018-05-25 18:42:02 +07:00
Junyoung Choi (Sai)
0d296c3b25
Merge pull request #1936 from ehhc/delete_folder
...
deleting a folder should also delete the attachments -> fixes #1903
2018-05-24 14:45:47 +09:00
ehhc
bfcf349ffe
Attachment management should only become active on cloning notes if the note was of type MARKDOWN_NOTE -> No Stacktraces otherwise!
2018-05-23 19:24:03 +02:00
Nguyễn Việt Hưng
2b2f17525e
cleaned up redundant variables, fixed eslint fix command, split snippetList into component
2018-05-21 18:32:41 +07:00
ehhc
cd6233a3d7
Cloning of a note should also clone its attachments -> works if the notes are in different storages now
2018-05-20 15:49:15 +02:00
ehhc
f76224bd17
Cloning of a note should also clone its attachments -> fixes #1904
2018-05-20 15:18:49 +02:00
ehhc
8afa373726
Attachments should be visible immediately
2018-05-20 13:55:10 +02:00
ehhc
199f2202e0
deleting a folder should also delete the attachments -> fixe eslint issue
2018-05-19 20:43:48 +02:00
ehhc
86a6311f75
deleting a folder should also delete the attachments -> fixes #1903
2018-05-19 20:38:10 +02:00
Junyoung Choi (Sai)
d3091a5384
Merge branch 'master' into Moving_Note_With_Attachment
2018-05-17 01:28:47 +09:00
Junyoung Choi (Sai)
2a6d950a4b
Merge pull request #1902 from ehhc/Issue_1900
...
Deleting a note should also delete the attachments -> fixes #1900
2018-05-17 01:20:55 +09:00
Junyoung Choi (Sai)
b03b9d5334
Merge pull request #1887 from o-3/master
...
Add configuration to render newlines as <br> or not
2018-05-17 01:08:52 +09:00
ehhc
905d6860fc
really fix the eslinter issue... -.-
2018-05-15 20:39:16 +02:00
ehhc
007d3e52c5
Merge branch 'master' into Issue_1900
2018-05-15 20:26:10 +02:00
ehhc
f10fa632ca
Move note with attachment to different storage Fix for #1788
2018-05-15 20:17:32 +02:00
ehhc
e9218d1088
Fix for the broken test
2018-05-10 22:39:00 +02:00
ehhc
03fd1e29e3
Fix for the broken test
2018-05-10 22:30:13 +02:00
ehhc
ff59af6b51
Fix for the broken test
2018-05-10 21:42:23 +02:00
ehhc
73ba8b8b13
Deleting a note should also delete the attachments -> fixes #1900
2018-05-10 21:36:58 +02:00
ehhc
ffc3fb770c
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-10 20:27:47 +02: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
ehhc
e9de8f42e5
Fix eslinter
2018-04-27 09:16:30 +02:00
ehhc
99e706bcd2
Enable yarn on travis + fix broken test
2018-04-27 09:05:47 +02:00
ehhc
bf3f5a5971
Fixes #1827 -> include attachments in HTML exports of notes
2018-04-27 08:51:47 +02:00
Nguyễn Việt Hưng
8c43f3d567
removed path.sep and use path.join to concatenate path
2018-04-27 11:27:51 +07:00
Nguyễn Việt Hưng
2e09501c8a
fixed eslint error
2018-04-27 11:19:37 +07:00
Nguyễn Việt Hưng
a2592e48c8
Merge branch 'text-expansion-support' of https://github.com/ZeroX-DG/Boostnote into text-expansion-support
2018-04-27 11:17:17 +07:00
Nguyễn Việt Hưng
291d76674b
refactored snippet dataApi for easy testing and added some test. Fixed old snippet still display when deleted
2018-04-27 11:16:45 +07:00
Junyoung Choi
2e3e0bc1d8
Fix lint error
2018-04-26 16:35:47 -07:00
Junyoung Choi
05009d40c4
Merge branch 'master' into attachment_refactoring
2018-04-26 16:24:58 -07:00
bimlas
c4ec69a43f
Add tests
2018-04-26 15:38:52 +02:00
ehhc
16794b9d78
Fixes #1822 -> fix for the broken tests
2018-04-21 16:32:27 +02:00
ehhc
d2163dacf9
Fixes #1825 Refactoring of the attachment/image management
2018-04-21 14:32:24 +02: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
Junyoung Choi (Sai)
65e77e9669
Merge pull request #1742 from bimlas/order-of-tags
...
Add selector to sort tags by counter or alphabetically
2018-04-10 17:40:31 +09:00
Nikolay Lopin
646ebe592e
Add setup files and localstorage mock
2018-03-25 21:02:35 +03:00
Nikolay Lopin
b098a15e9c
Add jest and simple test
2018-03-25 20:02:06 +03: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