1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-04 21:53:18 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
David Nagle 3272033c63 Added preferences to support toggling front matter title extraction on/off and to customize what field is used for the title. 2018-10-19 23:29:30 -07:00
makibishi d64dafc715 change prop name in TodoListPercentage 2018-10-18 03:11:44 +09:00
makibishi 9e67880456 Add button clear all checkboxes 2018-10-17 17:43:00 +09:00
Baptiste Augrain 7484f6e6a6 increase readability of the condition 2018-10-16 20:30:15 +02:00
Baptiste Augrain d8d5810d7c avoid rerendering TagSelect when adding a tag 2018-10-15 15:29:24 +02:00
Baptiste Augrain 4a167aa3d7 update only if tags' length has been changed 2018-10-15 12:11:52 +02:00
Baptiste Augrain 1da477d1d1 add context menu to delete tag 2018-10-15 08:09:50 +02:00
jacobherrington 4717e4fe3f Add an event for deletion hotkey 2018-09-30 20:17:10 -05:00
Baptiste Augrain 4e80e1dd03 Merge branch 'master' into tags 2018-09-15 10:05:38 +02: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
Baptiste Augrain 8b4a9dd325 add saveTagsAlphabetically option 2018-08-29 19:28:09 +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
Maciek ede733888d Code style: remove redundant brackets from lambda expression 2018-08-25 17:59:04 +02:00
Baptiste Augrain 00b4874d09 add tag autocomplete 2018-08-21 10:57:25 +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
Maciek 7804a22984 Automatic table of contents generation for Markdown
Adds table of contents for any Markdown note or
Markdown snippet.
Consequent generations update existing TOC.
Generated TOC is case sensitive to handle #2067

Shortcut : CommandOrControl+Alt+T
Menu : Edit/Generate/Update Markdown TOC
2018-08-10 23:20:56 +02:00
voidsatisfaction bdd5b7b3a7 fix: no need semicolon 2018-06-20 21:57:11 +09:00
voidsatisfaction a2ddb56540 fix: change mode to more desiarable way 2018-06-20 21:45:24 +09:00
Storm Burpee d97e62f864 Import note from url with markdown 2018-05-26 17:00:12 +09:30
Nguyễn Việt Hưng fb24efd3de added shortcut for toggle mode 2018-05-18 10:52:42 +07:00
Sam Lanning 4fd01b4234 Fix mis-referenced state properties 2018-05-14 16:29:54 -07:00
Junyoung Choi 05009d40c4 Merge branch 'master' into attachment_refactoring 2018-04-26 16:24:58 -07:00
ehhc d2163dacf9 Fixes #1825 Refactoring of the attachment/image management 2018-04-21 14:32:24 +02:00
Sosuke Suzuki ce440351a5 use extracted confirmDeleteNote function 2018-04-10 16:28:05 +09:00
mirsch 0280a5f09e use uuid in keygen, remove storage.key from note hash 2018-03-04 22:21:14 +01:00
Junyoung Choi (Sai) e8fd53d8b7 Merge pull request #1567 from pfftdammitchris/fix-toggle-view-css-positioning
Fixed ToggleMode button overlapping CSS issue
2018-02-24 16:44:41 +09:00
Junyoung Choi (Sai) 7d59f51244 Merge pull request #1549 from nlopin/restore-note-enhancing
Restore note UX enhancements
2018-02-24 16:05:00 +09:00
Junyoung Choi deab34abd6 Fix memory lick 2018-02-22 09:39:56 +09:00
pfftdammitchris 4f15cc3f08 Fixed ToggleMode button overlapping CSS issue
The absolute positioning of the toggle mode button was creating a static overlapping position issue with the top bar. This fix solves that problem by removing the static positioning and coupling the button component with the buttons to the right
2018-02-20 21:09:43 -08:00
Nikolay Lopin 55e9441547 Introduce RestoreButton component instead of plain JSX 2018-02-17 00:37:36 +03:00
Junyoung Choi (Sai) 7a124c74cc Merge pull request #1483 from andyklimczak/delete-note
Fix permanently deleting note
2018-02-10 18:47:41 +09: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 3da4bb69ce Export images together with document 2018-02-05 02:08:09 +03:00
Andy Klimczak f04ad1e702 list:moved -> list:next 2018-01-31 22:17:36 -05:00
Andy Klimczak dc03bb76e6 Fix 2018-01-30 23:15:16 -05:00
Andy Klimczak d894bb4aab Fix permanently deleting note
- Permanently deleting note would not remove note from list until after
refresh
- Fix so permanently deleted note is removed list
2018-01-29 21:51:57 -05:00
Kazu Yokomizo 2e05214828 Fix the editor lock button layout 2018-01-25 13:30:36 -05:00
Kazu Yokomizo 81265f1238 Reorder of buttons 2018-01-23 21:02:19 -05:00
Kazz Yokomizo 85937d8e23 Merge pull request #1324 from mslourens/confirmation-dialog
show delete confirmation dialog
2018-01-12 09:37:05 +09:00
Sosuke Suzuki e4e8c2205e splid update functions 2018-01-04 18:12:27 +09:00
Maurits Lourens 18649dd074 fixed lint errors 2018-01-04 08:32:42 +01:00
Maurits Lourens 9f9463f0e8 fixed review comments 2018-01-03 23:08:42 +01:00
Kazz Yokomizo dd729c406f Merge pull request #1256 from mslourens/export-html
first attempt to export html
2017-12-28 10:38:55 +09:00
Maurits Lourens aabfe820ac refactored to prevent duplicate code 2017-12-21 17:41:08 +01:00
Maurits Lourens 3bba5442bd show delete confirmation dialog 2017-12-21 15:57:27 +01:00
Maurits Lourens 6ce1922fb3 added tooltips like the new note button (and consequently extracted some buttons and styles) 2017-12-21 15:23:13 +01:00
Kazu Yokomizo 7ccc5eb9b8 Fix switch button layout 2017-12-20 18:50:53 +09:00
Sosuke Suzuki df13ca3c92 make splitMode Default 2017-12-20 18:11:01 +09:00
Yutaka Ishii 72b450d526 icon updated 2017-12-19 10:21:01 +09:00
Sosuke Suzuki 89b2f48a06 remove an unnecessary valiable 2017-12-18 19:31:43 +09:00