1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 11:13:10 +00:00
Commit Graph

2329 Commits

Author SHA1 Message Date
Baptiste Augrain b03c2a1f80 fix XSS bug 2018-09-15 15:24:59 +02:00
Baptiste Augrain 7af77384e7 Merge branch 'master' into fence-attrs 2018-09-15 15:04:55 +02:00
Junyoung Choi (Sai) 03b8dbbc44 Merge pull request #2381 from Antogin/dev
Escape Pipe character when inserting a URL into a table
2018-09-15 13:26:02 +09: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) f61fbbaead Merge pull request #2347 from daiyam/front-matter
add support to front-matter
2018-09-15 12:31:12 +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
Baptiste Augrain 0a205f77b0 fix diagram's alignment 2018-09-13 11:46:09 +02:00
Baptiste Augrain 75a0f4373c fix fileName styling 2018-09-13 11:34:29 +02:00
Baptiste Augrain 189b245b1d add attributes to fence blocks 2018-09-13 11:07:19 +02:00
Baptiste Augrain f9d5c86245 display invalid front-matter 2018-09-09 11:24:54 +02:00
Baptiste Augrain 2706df2b24 fix styling 2018-09-08 18:14:41 +02:00
Baptiste Augrain 90f791de1b front-matter must be delimited by --- 2018-09-08 10:43:02 +02:00
antogyn c9db3f98d1 Escape Pipe symbols to prevent tables from braking 2018-09-07 13:44:32 +02:00
Baptiste Augrain 2da1105ff8 make markdown links clickable 2018-09-06 14:57:44 +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 e2957192d0 Merge branch 'master' into bug-2335 2018-09-04 23:46:34 +02:00
Baptiste Augrain bfd4d7ffe1 Merge branch 'master' into front-matter 2018-09-04 23:39:27 +02:00
Baptiste Augrain cb2f18c078 Merge branch 'master' into tag-autocomplete 2018-09-04 23:37:15 +02:00
Baptiste Augrain 6603f46678 Merge branch 'master' into table-editor 2018-09-04 10:54:49 +02:00
Junyoung Choi (Sai) fdfa3bb8f5 Merge pull request #2355 from yougotwill/statusbar_fix
Statusbar height fix
2018-09-04 17:42:12 +09:00
Junyoung Choi (Sai) da204a27c5 Merge pull request #2345 from hsiehjack/bug-2007
Fix scroll for long table
2018-09-04 17:41:28 +09:00
Junyoung Choi (Sai) e11a68afba Merge pull request #2352 from daiyam/issue-2349
add default language for snippet note
2018-09-04 17:41:11 +09:00
Junyoung Choi (Sai) 168b0f82dd Merge pull request #2344 from hsiehjack/bug-2289
Fix text not readable for Monokai theme while creating new folder
2018-09-04 17:40:37 +09:00
Junyoung Choi (Sai) 6715a54da2 Merge pull request #2304 from amedora/feature/2069-monokai
add Monokai style for SnippetTab
2018-09-04 17:38:51 +09:00
Maciek e9070fadab Refactoring : use object destructuring to retain file code style 2018-09-02 19:38:15 +02:00
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 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
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 20f573c477 - hide front-matter in preview
- skip front-matter when looking for note's title
2018-08-27 10:06:20 +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
Baptiste Augrain a591001761 add parameter to specify the height of the diagram, fixing #2335 2018-08-25 20:18:59 +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
Mika Andrianarijaona 64d4cd84af send events when user click touchbar buttons 2018-08-22 18:09:55 +02: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