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

4296 Commits

Author SHA1 Message Date
Junyoung Choi d015b18c66 Revert flickering fix 2018-09-01 16:50:52 +09:00
William Grant 01641b5af4 fixed 2018-09-01 12:54:48 +10:00
Baptiste Augrain 7c0c81207b add test 2018-08-31 10:27:02 +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 f57c4f390d fix lint errors 2018-08-27 23:16:21 +02:00
Baptiste Augrain 646151e020 allows compact definition lists 2018-08-27 19:12:28 +02:00
Baptiste Augrain 20f573c477 - hide front-matter in preview
- skip front-matter when looking for note's title
2018-08-27 10:06:20 +02:00
Baptiste Augrain 094e4c5da8 add support to abbreviations, subscript text, superscript text and definition lists 2018-08-27 02:41:56 +02:00
Jack Hsieh 7716880a6c Fix scroll for long table 2018-08-26 16:47:22 -07:00
Jack Hsieh 71605fb8fe Fix text not readable for Monokai theme while creating new folder 2018-08-26 09:36:00 -07:00
Baptiste Augrain fa9d8b8881 replace awesomplete with React component react-autosuggest 2018-08-26 15:48:41 +02:00
zhoufeng1989 aa0566b8ca Update test cases for export storage, check content of exported notes. 2018-08-26 21:15:20 +12:00
Baptiste Augrain 2a838ebb0b fixing single quoted attributes 2018-08-26 00:14:29 +02:00
Baptiste Augrain fabc975b20 - fix lint errors
- correctly parse self-closed tag
- fix naughty functions
2018-08-25 23:36:43 +02:00
Baptiste Augrain 3bdc88cecb fixing sanitization of inline html like (<kbd>) #1992 2018-08-25 23:14:05 +02:00
Baptiste Augrain a591001761 add parameter to specify the height of the diagram, fixing #2335 2018-08-25 20:18:59 +02:00
ehhc 54717ea6f2 linter errors fixed 2018-08-25 18:45:13 +02:00
ehhc ceca4c98a3 linter errors fixed 2018-08-25 18:39:29 +02:00
ehhc 39b4287c5e linter errors fixed 2018-08-25 18:34:21 +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 a79db03093 enable/disable the table editor without restarting the app 2018-08-25 17:51:40 +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
owazae 2f7b62f710 Update contributing.md
Adding french translation
2018-08-23 14:48:33 +02:00
Mika Andrianarijaona a19c13eb3c remove unused spacing 2018-08-22 18:14:31 +02:00
Mika Andrianarijaona 64d4cd84af send events when user click touchbar buttons 2018-08-22 18:09:55 +02:00
ehhc 734db58d85 Spellcheck - first try to fix #2176 2018-08-22 16:48:10 +02:00
Keyon U 2bbcb8ca89 Add comments for the “rotate fix” 2018-08-22 18:03:02 +08:00
Mika Andrianarijaona 07e810a231 init touchbar menu 2018-08-22 10:58:53 +02: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 f195e87568 update background color of markers 2018-08-21 11:52:46 +02: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
Maciek 5bb90babbc Add tests for Markdown TOC generator 2018-08-21 01:03:53 +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 b39ef5948b add EditorConfig 2018-08-20 20:30:49 +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
Kiryanenko Alexander d61a218808 Merge branch 'master' into master 2018-08-20 14:14:02 +03:00
Junyoung Choi 039f73711a Update yarn.lock 2018-08-20 15:22:28 +09:00
Junyoung Choi (Sai) 6e885acf8c Merge pull request #2311 from BoostIO/update-build-document
Update build documents
2018-08-20 15:20:31 +09:00
Junyoung Choi 9ef07cea7a Update build documents 2018-08-20 15:19:40 +09:00
Junyoung Choi (Sai) 9e3b321aaf Merge pull request #2216 from ZeroX-DG/improve-dev-script
Improved dev script
2018-08-20 15:05:21 +09:00
Junyoung Choi (Sai) 21560701ea Merge pull request #2303 from daiyam/update-electron
update electron version
2018-08-20 14:58:49 +09:00