1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

1943 Commits

Author SHA1 Message Date
jacobherrington bf72237b38 fix a bug causing right click to copy a note 2018-09-15 17:12:54 -05:00
Baptiste Augrain 4a231d6fdb fix tag autocomplete in snippet 2018-09-15 10:24:31 +02:00
Baptiste Augrain 4e80e1dd03 Merge branch 'master' into tags 2018-09-15 10:05:38 +02:00
Baptiste Augrain e0b18c6868 Merge branch 'master' into tag-clickable 2018-09-15 09:58:49 +02:00
Junyoung Choi (Sai) 80af8dcf80 Merge pull request #2382 from daiyam/link-clickable
Links are clickable
2018-09-15 13:24:37 +09:00
Junyoung Choi (Sai) 62b2856d29 Merge pull request #2369 from daiyam/default-new-note
Implementing option `ui.defaultNote`
2018-09-15 13:04:02 +09:00
Junyoung Choi (Sai) 7ab3ce91a1 Merge pull request #2281 from mbarczak/features/toc_generator
Automatic table of contents generation for Markdown
2018-09-15 12:36:54 +09:00
Junyoung Choi (Sai) e040aeef55 Merge pull request #2337 from daiyam/bug-2321
fixing bug #2321
2018-09-15 12:35:57 +09:00
Junyoung Choi (Sai) 46df5a8fa7 Merge pull request #2292 from zhoufeng1989/master
Export  all markdown files in a storage
2018-09-15 12:34:47 +09:00
Junyoung Choi (Sai) 933f75f1ee Merge pull request #2327 from mikaoelitiana/fix-1155
Add osx touchbar support
2018-09-15 12:22:42 +09:00
Junyoung Choi (Sai) f3c72e561a Merge pull request #2320 from daiyam/tag-autocomplete
add tag autocomplete
2018-09-15 12:00:22 +09:00
Junyoung Choi (Sai) fe323d5764 Merge branch 'master' into tags 2018-09-14 17:16:55 +09:00
Robert Harężlak 00607cb704 Make notifaction sticky to the button 2018-09-10 19:00:03 +02:00
ehhc d79b6e094a export folder should also export the attachments -> fixes #2374 2018-09-09 17:41:51 +02:00
Baptiste Augrain 2706df2b24 fix styling 2018-09-08 18:14:41 +02:00
Baptiste Augrain 2da1105ff8 make markdown links clickable 2018-09-06 14:57:44 +02:00
Baptiste Augrain ac71093888 tags are clickable 2018-09-05 18:08:47 +02:00
Baptiste Augrain d15e0f9fe5 remove unnecessary console.log 2018-09-05 17:31:27 +02:00
Baptiste Augrain d3861caf28 add label style for Theme and Language 2018-09-05 17:13:41 +02:00
Baptiste Augrain 1c8e379fdd add option for default new note 2018-09-05 17:08:39 +02:00
Baptiste Augrain bab7ec388c Merge branch 'master' into bug-2321 2018-09-04 23:48:37 +02:00
Baptiste Augrain cb2f18c078 Merge branch 'master' into tag-autocomplete 2018-09-04 23:37:15 +02:00
Baptiste Augrain 69a032c1cf Merge branch 'master' into tags 2018-09-04 23:35:34 +02:00
Baptiste Augrain 6603f46678 Merge branch 'master' into table-editor 2018-09-04 10:54:49 +02:00
Maciek e9070fadab Refactoring : use object destructuring to retain file code style 2018-09-02 19:38:15 +02:00
Baptiste Augrain c844b60941 fix lint errors 2018-08-30 18:00:19 +02:00
Baptiste Augrain 9f8246a26a add default language for snippet note 2018-08-30 17:52:50 +02:00
Baptiste Augrain 6d5141b60f fix lint errors 2018-08-29 19:29:57 +02:00
Baptiste Augrain 8b4a9dd325 add saveTagsAlphabetically option 2018-08-29 19:28:09 +02:00
Baptiste Augrain 5006aaae38 fix live note counts when multiple tags are selected 2018-08-28 01:44:33 +02:00
Maciek 1bb841d5c5 Create Markdown TOC at current cursor position
If there is no TOC in the current document, it's created at current
cursor position. Subsequent generation calls update TOC at existing
position.

Add additional tests with CodeMirror editor mock.
2018-08-28 00:51:49 +02:00
Baptiste Augrain fa9d8b8881 replace awesomplete with React component react-autosuggest 2018-08-26 15:48:41 +02:00
Baptiste Augrain 53923c9c87 filtering out the note's tags 2018-08-25 18:22:40 +02:00
Maciek ede733888d Code style: remove redundant brackets from lambda expression 2018-08-25 17:59:04 +02:00
Baptiste Augrain 5c8254a9c4 fixing bug #2321 due to the unescaped characters # or ? in the route 2018-08-24 23:48:26 +02:00
Mika Andrianarijaona 64d4cd84af send events when user click touchbar buttons 2018-08-22 18:09:55 +02:00
Keyon U 2bbcb8ca89 Add comments for the “rotate fix” 2018-08-22 18:03:02 +08:00
Keyon U 48beb184df Fix drop image rotate wrong
Fix drag-drop image rotate wrong, as Jordan Thornquest mentioned in slack
2018-08-22 12:23:45 +08:00
Baptiste Augrain 13d44ae56a fix lint errors 2018-08-21 11:19:46 +02:00
Baptiste Augrain 00b4874d09 add tag autocomplete 2018-08-21 10:57:25 +02:00
Baptiste Augrain 7cde30d352 fix lint errors 2018-08-21 00:24:03 +02:00
Baptiste Augrain 73fbf49ba4 - show tags of note in alphabetical order
- enable live count of notes
2018-08-21 00:19:26 +02:00
Baptiste Augrain 7cf9dda821 fix lint errors 2018-08-20 20:29:10 +02:00
Baptiste Augrain 657806c8cf add smart table editor 2018-08-20 20:14:45 +02:00
Junyoung Choi (Sai) 4556375174 Merge pull request #2284 from mikaoelitiana/feat-933
Add per-folder sort
2018-08-20 13:46:03 +09:00
Junyoung Choi (Sai) 736106be3a Merge pull request #2283 from ZeroX-DG/fix-snippet-list-bug
Fixed snippet list bug
2018-08-20 10:35:06 +09:00
Junyoung Choi (Sai) f400568dc0 Merge pull request #2272 from ZeroX-DG/improve-theme
Improve sideNav scroll bar color
2018-08-20 10:24:48 +09:00
zhoufeng1989 b93d7a204f Fix 2207 and 2273, add export for storage. 2018-08-14 12:38:31 +12:00
Mika Andrianarijaona 9572cb2d33 Fix default value of config.sortBy 2018-08-12 09:21:46 +02:00
Mika Andrianarijaona cb956c5508 Use default value config.sortBy
- for new folders
- for folders with no config set
2018-08-11 11:44:22 +02:00