Maciek
4a3bcaba06
BUG FIX: Change the way of checking for empty array
...
The original condition : attachments !== [] always returns true,
for empty array, as well as for array with elements.
2018-07-28 22:25:10 +02:00
Maciek
1d1ab65edd
BUG FIX: snippet notes are not displaying in markdown #2088
...
Fix for issue https://github.com/BoostIo/Boostnote/issues/2088 .
In specific situation, when all below conditions are met :
- one of the snippets notes tabs is a Markdown tab,
- the migrateAttachments code is called on a snippet note,
- historical attachments location '/images' exists in snippet storage
folder
Following exception is being thrown :
path.js:28 Uncaught TypeError: Path must be a string. Received undefined
The exception is a result of an undefined noteKey variable
(which is defined only for Markdown notes).
The solution is to skip migration of attachments for notes without
noteKey (which wouldn't be possible anyway, since noteKey is a
necessary for creating folder for attachments).
2018-07-28 22:23:14 +02:00
Santiago Agüero
c37b780ca4
Use markdown content for migrateAttachments
2018-07-17 00:13:13 -03:00
Santiago Agüero
5cc52f91cb
Fix lint errors
2018-07-15 12:07:27 -03:00
Santiago Agüero
a46b9fb2be
Fix attachment interop between win and nix
2018-07-15 01:37:47 -03:00
Kelvin Wong
8a6c86bf65
Add collapsed state for storage
...
The root cause of this issue is that when the folder is clicked,
the router pushed the path and the StorageItem component has been
refreshed and isOpen has been reset
- Add storing collapse state for storage
- Add tests
- Default as collapsed for fallback
fix BoostIo/Boostnote#1979 BoostIo/Boostnote#1911
2018-06-28 13:08:39 +08:00
Junyoung Choi (Sai)
e1f78cd682
Merge pull request #2107 from ehhc/fix_images
...
One more try to fix the handling of images in the legacy location
2018-06-25 21:33:19 +08:00
ehhc
c69f34836a
handle dot in file name
2018-06-25 15:18:45 +02:00
Junyoung Choi
7c3aaff635
Rewrite invalid hotkeys when loading
2018-06-21 02:48:44 +09:00
voidsatisfaction
7c0097951c
fix: m key issue
2018-06-20 21:38:36 +09:00
ehhc
7970016fbf
One more try to fix the handling of images in the legacy location
2018-06-20 08:48:55 +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
Sosuke Suzuki
9fac6bca64
Merge pull request #1993 from ehhc/smart_arrows
...
Include markdown-it-smartArrow. Toggle it via settings and disable it…
2018-06-06 12:13:09 +09: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
35bcbbbae4
Merge branch 'master' into smart_arrows
2018-06-05 11:35:56 +02: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
b526d48946
CodeReview
2018-06-05 11:16:50 +02:00
Sosuke Suzuki
d634e1124a
Merge pull request #1996 from ZeroX-DG/custom-markdown-css
...
Added custom markdown css
2018-06-04 15:07:16 +09:00
ehhc
ffae53326a
Fix for the issues raised in the code review
2018-06-04 11:55:23 +09:00
ehhc
ddd1522e19
Pasting an image should insert a relative attachment file link -> fixes #1953
2018-06-04 11:55:23 +09:00
ehhc
4bc0cccb24
Migrate attachments from /images to /attachments -> fix #1941
2018-06-04 11:55:23 +09: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
Nguyễn Việt Hưng
fc88a49acc
disabled custom css by default
2018-05-29 11:52:00 +07:00
ehhc
8ccf490e9b
Include markdown-it-smartArrow. Toggle it via settings and disable it by default since it might affect HTML comments in markdown
2018-05-28 23:05:08 +02:00
Nguyễn Việt Hưng
ea768f982e
Added custom markdown css
2018-05-29 00:37:59 +07: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
Junyoung Choi (Sai)
69e012a6f0
Merge pull request #1939 from ehhc/cloning_a_note_should_clone_attachments
...
Cloning a note should clone attachments
2018-05-24 14:42:56 +09:00
Junyoung Choi (Sai)
67143ba2d5
Merge pull request #1929 from ZeroX-DG/shortcut-mode
...
Shortcut to toggle mode
2018-05-24 14:01:28 +09:00
ehhc
2f4eb595f6
OnBlur throws exceptions if the notetype is snippet -> Fixes #1962
2018-05-23 19:47:41 +02: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
86a6311f75
deleting a folder should also delete the attachments -> fixes #1903
2018-05-19 20:38:10 +02:00
Nguyễn Việt Hưng
0934c08dfe
added shortcut manager and allow user to customize toggle mode shortcut
2018-05-18 14:55:42 +07: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
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
Junyoung Choi (Sai)
266323b90b
Merge pull request #1916 from yosmoc/configuable_plantuml_server
...
Configurable plantuml server
2018-05-15 20:02:11 +09:00
Junyoung Choi (Sai)
0bdcfa6028
Merge pull request #1899 from ehhc/deleting_of_attachment_link
...
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-15 15:52:31 +09:00
Junyoung Choi
fa5cebda6d
Fix moving note with attachments between different storage
2018-05-15 15:45:46 +09:00
yosmoc
50cc648799
set default plantuml server
2018-05-14 22:56:45 +02:00
ehhc
03fd1e29e3
Fix for the broken test
2018-05-10 22:30:13 +02:00
ehhc
73ba8b8b13
Deleting a note should also delete the attachments -> fixes #1900
2018-05-10 21:36:58 +02:00