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

351 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
Sosuke Suzuki 2581091652 add editorType into ConfigManager 2017-12-16 23:17:45 +09:00
Sosuke Suzuki a17ddf6d54 use getSendEventCond func 2017-12-16 15:30:21 +09:00
Sosuke Suzuki b5e2d21f33 split to function send event conditions 2017-12-16 15:30:21 +09:00
Sosuke Suzuki d09f8dff18 detect internet connection when send events 2017-12-16 15:30:21 +09:00
Sosuke Suzuki bdb3406dcb modify: change the file where detect Internet disconnection 2017-12-16 15:30:21 +09: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
Kazz Yokomizo eda1f11d42 Merge pull request #1267 from hooskers/add-scroll-past-end
Add scroll past end
2017-12-14 00:54:38 +09:00
Kazu Yokomizo ed9d3639e2 Add the Solarized Dark Theme 2017-12-11 19:01:24 +09:00
Wade Johnson 8d5c9742f8 Add ability to scroll pasted last line of editor 2017-12-09 21:14:10 -08:00
Maurits Lourens 959b75bddd export folder as md or text 2017-12-08 16:21:31 +01:00
paalon ca4b8224fd Add LaTeX delimiters preferences 2017-12-02 07:23:12 +09:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
Kohei TAKATA fe0544dbc9 Merge pull request #1114 from levrik/remove-mixpanel
Removed mixpanel
2017-11-14 20:46:10 +09:00
Kazz Yokomizo 10ec5c1342 Merge pull request #1108 from BoostIO/change-default-color-and-add-white-theme
Change default theme and add white
2017-11-14 00:51:17 +09:00
Levin Rickert 9fbdf895af Removed mixpanel 2017-11-12 03:44:51 +01:00
yosmoc dbc0fedf43 improve readability 2017-11-11 23:17:00 +01:00
yosmoc cb298b8cad check solarized theme or not beofre setting css
solarized dark/light shares the solarized.css
2017-11-11 22:55:17 +01:00
yosmoc 2459a80e15 solarized light/dark bug fix
fixup for 0bf7e8b705
ConfigManager is also needed to change.
2017-11-11 22:55:17 +01:00
Kazu Yokomizo a84fddd5fa Fix CI error 2017-11-11 20:34:31 +09:00
Kazu Yokomizo 4a6c16df8d Add base of white theme 2017-11-11 19:05:08 +09:00
Sosuke Suzuki 35b9bf5d34 enable recordDynamicEvent func to passed attribute arg 2017-10-21 18:18:02 +09:00
Kazu Yokomizo ffb9be63c7 Merge pull request #920 from BoostIO/add-ama-options
enable to get appVerion and platformName
2017-10-20 23:05:35 +09:00
SuenagaRyota 2f9e4b3198 Merge pull request #950 from clone1612/catchAnalyticsError
Add try/catch logic to recording of analytics events
2017-10-16 14:06:49 +09:00
Sosuke Suzuki 0d7155bda6 implement convertPlatformName function 2017-10-14 12:12:35 +09: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
Sosuke Suzuki d772551c60 convert platformName from os.platfoem() form to AMA form 2017-10-10 14:58:52 +09:00
Jannick Hemelhof 53d3f51c74 Cleaner catch 2017-10-09 14:04:02 +02:00
Jannick Hemelhof f7cdafb087 Add try/catch logic to recording of analytics events 2017-10-09 10:45:09 +02:00
Peter Urda ebdd6d77f7 Allow users to disable "Saved to clipboard" notification. 2017-10-01 02:48:54 -07:00
Sosuke Suzuki d56bcc4fdf enable to get appVerion and platformName 2017-09-30 12:19:51 +09:00
David Pavlík 7a4258bb20 Make line numbers in the editor optional 2017-09-20 22:34:18 +02:00
Sosuke Suzuki a62faa471c change the event name for app start from MAIN_FOCUSED to APP_STARTED 2017-09-15 00:23:31 +09:00
Sosuke Suzuki 66f3ce2cb2 add MAIN_FOCUSED event 2017-09-12 19:43:59 +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 1e202db50f Change the directory of RcParser 2017-08-12 09:36:30 +09:00
asmsuechan 9405b95825 Change RcParser testable 2017-08-12 09:11:22 +09:00
asmsuechan 95aec54f60 Make RcParser ignore errors at JSON.parse() 2017-08-11 08:24:08 +09:00
asmsuechan 821a7c780e Change variable names 2017-08-10 23:30:42 +09:00
asmsuechan 6e2e48fa64 Fix ConfigManger to load the settings from localStorage properly 2017-08-10 23:19:57 +09:00
asmsuechan af91c40406 Remove unused variable 2017-08-10 16:42:14 +09:00
asmsuechan d02b740300 Fix assignConfigValues because it didn't return proper hash object 2017-08-10 16:37:31 +09:00