1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 09:51:56 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Nguyễn Việt Hưng 52f694a714 fixed null attachment 2018-05-19 18:58:44 +07: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
ehhc ffc3fb770c Deleting of attachments -> fixes #1828 and fixes #740 2018-05-10 20:27:47 +02:00
ehhc e9de8f42e5 Fix eslinter 2018-04-27 09:16:30 +02:00
ehhc bf3f5a5971 Fixes #1827 -> include attachments in HTML exports of notes 2018-04-27 08:51:47 +02: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
Kazz Yokomizo bed3d42923 Merge pull request #1824 from ZeroX-DG/fix-paste-image
Fixed image not displaying after paste
2018-04-26 22:39:03 +09:00
Frank Kanis fbb8b4687b Reduced nests 2018-04-25 17:53:18 +02:00
ehhc d2163dacf9 Fixes #1825 Refactoring of the attachment/image management 2018-04-21 14:32:24 +02:00
Hung Nguyen 88de66a31f fix the same error when drop image 2018-04-19 19:17:10 +07:00
Frank Kanis daea604c60 Added spaces 2018-04-12 21:51:01 +02:00
Frank Kanis 7aedb59f26 Fixed moving notes with images 2018-04-12 21:20:16 +02:00
yosmoc bdb906c26d remove broken note from note list
When .cson is broken and catch error in processing this file,  undefined is collected in notes.

remved broken note(s) from notes list.
2018-03-23 22:24:53 +01:00
Nikolay Lopin 6577599959 Replace forbidden filename symbols to _ for image export 2018-03-19 00:33:23 +03:00
Nikolay Lopin 0c4e72e507 Replace forbidden filename symbols to _ 2018-03-19 00:28:36 +03:00
Junyoung Choi (Sai) 1c283f88d0 Merge pull request #1636 from mirsch/remove-volatile-hash-from-note-links
remove volatile hash from note links - #1623
2018-03-12 11:26:41 +09:00
Junyoung Choi (Sai) de15120bf8 Merge pull request #1579 from nlopin/move-pictures-between-storages
Move images between storages together with note
2018-03-05 11:06:32 +09:00
mirsch b74ba22c44 adjust keygen to use uuid only for notes (uuid on storage/folders woud need more refactoring) 2018-03-05 00:02:30 +01:00
lurong f3f6095d81 allow publishing markdown to wordpress 2018-02-25 22:44:57 +08:00
Nikolay Lopin 9473a26892 Move images between storages together with note
1. Added new step of moving note's images to `moveNote` function
2. Changed behaviour of sidebar navigation after move finished

Issue #1578
2018-02-25 02:47:28 +03:00
Nikolay Lopin e5825e898d allow to copy images without generating new name 2018-02-25 02:45:59 +03:00
Nikolay Lopin 8d59bd9f71 Remove redundant symbol from regexp 2018-02-25 02:42:15 +03:00
Nikolay Lopin 12447effc9 Reject promise if write to file failed 2018-02-06 22:19:06 +03:00
Nikolay Lopin 98c9132d4a Merge branch 'master' into export-note-with-images
# Conflicts:
#	browser/components/MarkdownPreview.js
2018-02-05 12:59:45 +03:00
Nikolay Lopin f678a17505 Export images together with document 2018-02-05 02:08:33 +03:00
Nikolay Lopin 3da4bb69ce Export images together with document 2018-02-05 02:08:09 +03:00
Junyoung Choi c36ecb1ed1 Fix exportFolder error
writeFileSync doesn't require any errors
2018-01-13 18:48:34 +09:00
Kazz Yokomizo 767a203439 Merge pull request #1147 from mslourens/export-folder
export folder as md or text
2018-01-04 03:50:24 +09:00
Nikolay Lopin 83da07a941 Export note with local images
Looks through the note and searches for local images. Copies them to ‘images’ folder in the export path and replaces affected links.

#1261
2017-12-17 21:39:34 +03:00
Stefan du Fresne 745d250787 Reorder Object.assign
- Respects the dates that may be in input over default dates
 - Respects key and storage over what might be in input
2017-12-14 13:16:37 +00:00
Stefan du Fresne 9032a1debb Use existing file metadata for created and modified dates
NB: this definintely works on OSX. Other operating systems may have
slightly different interpretations of birthtime.

See: https://nodejs.org/api/fs.html#fs_class_fs_stats
2017-12-14 13:13:29 +00:00
Maurits Lourens 5d46adf8fd fixed review comments 2017-12-13 17:11:43 +01:00
Maurits Lourens 959b75bddd export folder as md or text 2017-12-08 16:21:31 +01:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
SuenagaRyota f9a7c2d457 Merge pull request #853 from PrimaMateria/feature-rearrange-storage
Feature rearrange storage
2017-10-13 20:16:39 +09:00
asmsuechan 6440395197 Change to use strict equation 2017-10-13 14:18:41 +09:00
asmsuechan 0ccb465288 Remove pinnedNotes from Folder 2017-10-13 14:18:41 +09:00
asmsuechan 8fd4deb3eb Add unpin 2017-10-13 14:18:41 +09:00
asmsuechan fe8045c51d Add pinn to top 2017-10-13 14:18:41 +09:00
Matus Benko 43c49f54d2 used findStorage function in the updateFolder 2017-09-11 21:10:44 +02:00
Matus Benko a15dfffa44 used findStorage function in the reorderFolder 2017-09-11 21:09:51 +02:00
Matus Benko 3804a746df connected sortable folder list to data api 2017-09-08 12:07:59 +02:00
asmsuechan f79734391e Change to use the module 2017-07-26 15:16:18 +09:00
asmsuechan 044e6b7180 Make image path relative 2017-07-26 13:16:32 +09:00
asmsuechan bb9eb494e9 Change to create a new directory when storage/images does not exist 2017-07-16 15:02:18 +09:00
asmsuechan 2650cc2f1c Add trash can 2017-07-12 15:48:08 +09:00
asmsuechan 032b5a59f2 Remove encodeURI 2017-07-01 18:07:16 +09:00
asmsuechan 927981bf30 Randomize the image name when it's dropped 2017-06-28 13:05:40 +09:00