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

55 Commits

Author SHA1 Message Date
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 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
SuenagaRyota 68b91bf98c Merge pull request #611 from asmsuechan/error-handling-for-loading-notes
Fix errorhandling on cases of invalid notes
2017-06-16 21:09:48 +09:00
asmsuechan 95e7f4f645 Fix errorhandling on cases of invalid notes 2017-06-03 18:47:56 +09:00
asmsuechan 893a92c87b Fix from reviews 2017-03-19 12:39:46 -07:00
asmsuechan 65573bd4db Add comments 2017-03-10 20:33:16 -08:00
asmsuechan 928df018dc Fix the assginment of targetStorage 2017-03-10 20:33:16 -08:00
asmsuechan b2187b72ab Fix let to const 2017-03-10 20:33:16 -08:00
asmsuechan aae2bddd32 Improve the Promise of copyImage 2017-03-10 20:33:11 -08:00
asmsuechan b6eddf0821 Add dataApi.copyImage for copying image to boostnote storage on an image to boostnote storage on an image doropped into CodeEditor 2017-03-10 20:31:54 -08:00
Dick Choi 823da07a5e update storage handler for the future update 2016-10-12 12:48:53 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Dick Choi cc24e6b801 parse u2028 char properly 2016-09-22 11:01:23 +09:00
Dick Choi 975e82710e parse only cson files when reading notes 2016-09-20 21:00:49 +09:00
Dick Choi 1763dbcff1 discard LSEP 2016-09-20 21:00:29 +09:00
Dick Choi 79d0006f3f fix rename bug 2016-09-20 13:54:17 +09:00
Dick Choi 240b5daf3e attempt to recover invalid boostnote.json 2016-09-20 13:54:04 +09:00
Dick Choi ba374e08ff fix moveNote Api 2016-08-30 02:33:00 +09:00
Dick Choi 33a11ac2e5 integrate all methods 2016-08-29 10:12:14 +09:00
Dick Choi 357c4a382d migrateFromV5Storage 2016-08-29 10:05:56 +09:00
Dick Choi d7e8f26ace rename transform method migrateFromV6Storage 2016-08-29 10:05:21 +09:00
Dick Choi 5c312c1939 moveNote 2016-08-28 21:54:38 +09:00
Dick Choi 5163ab134e fix text 2016-08-28 21:54:33 +09:00
Dick Choi 73dd0db529 deleteNote 2016-08-28 01:33:21 +09:00
Dick Choi 8921db89ab key should be labeled ~Key 2016-08-28 01:33:05 +09:00
Dick Choi 8d624459d4 add assertions to addStorage test
check version and folders attribute from resolved data and json
2016-08-28 00:20:08 +09:00
Dick Choi ec96021b00 updateNote 2016-08-27 23:46:12 +09:00
Dick Choi 0127d5143a createNote 2016-08-27 22:13:32 +09:00
Dick Choi ffe3b689c4 deleteFolder 2016-08-27 20:50:34 +09:00
Dick Choi ff123be895 updateFolder 2016-08-27 17:40:37 +09:00
Dick Choi 67dd089e67 createFolder 2016-08-27 16:31:45 +09:00
Dick Choi eb163ef03c renew renameStorage api 2016-08-27 15:18:28 +09:00
Dick Choi 5558403358 renew addStorage 2016-08-27 15:02:00 +09:00
Dick Choi db3a4d0f01 renew init method 2016-08-27 14:48:20 +09:00