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

329 Commits

Author SHA1 Message Date
roottool 03b1adca12 Merge master branch into this branch 2019-04-29 01:57:16 +09:00
Garfield Lee 0131bbbbed Update all locales copyright year (#2881)
* Update all locales copyright year

* Fix js-sequence-diagrams
2019-04-12 18:01:05 +09:00
Junyoung Choi 2b29d96d61 Merge pull request #2678 from AgentEpsilon/export-pdf
Export a Markdown note as PDF
2019-03-21 01:20:12 +09:00
Junyoung Choi 2ff655d2dc Check update if the app is packaged 2019-02-08 19:30:46 +09:00
roottool 59b441e524 removed markdown mode 2019-02-02 03:07:59 +09:00
roottool 3a96164c27 display lint result on CodeEditor #864 2019-01-29 20:42:24 +09:00
Junyoung Choi c0f68dce25 Merge pull request #2798 from MiloTodt/disable-updates-in-dev
Disable updates in dev
2019-01-23 13:03:14 +09:00
Milo Todt 667ece7d3f Update main-app.js 2019-01-22 19:59:27 -08:00
Milo Todt c3a980836a change to isDev 2019-01-20 21:04:56 -08:00
Milo Todt 3fe45e9cbb Added cheatsheets to menu 2019-01-16 16:09:07 -08:00
Milo Todt 038154c441 Removed uneeded "electron-is-dev" package 2019-01-13 17:21:30 -08:00
Milo Todt fa77cda0b4 whitespace 2019-01-12 17:59:04 -08:00
Milo Todt a0bfd9e497 Disables updates in development mode 2019-01-12 17:58:19 -08:00
richardtks8@gmail.com 6d4cee0041 allow menu bar to be set in the settings 2018-12-28 02:15:24 +08:00
Junyoung Choi 56851eb91f Merge pull request #2666 from yougotwill/menu_items_overhaul
Menu items overhaul
2018-12-07 12:41:22 +09:00
Evan Miller 7c1cd50def Add structure for exporting PDFs 2018-12-03 13:12:22 -05:00
Junyoung Choi (Sai) b224c72e98 Merge pull request #2637 from miguelalexbt/master
Warning when printing snippet
2018-12-03 17:16:50 +09:00
William Grant 102d13bbae you can't have multiple accelerators on a single menu item. Bye bye delete key :( 2018-12-02 16:29:10 +02:00
William Grant faf2aff959 added in the shift key for deleting a note based on https://github.com/BoostIO/Boostnote/pull/2452 2018-12-02 16:02:29 +02:00
William Grant 5d54ad3342 Cleaned up menu items ordering and separators, added clone note menu item and shortcut, updated focus note shortcut to be mac friendly, made delete note shortcut use either command+backspace or ctrl+backspace and the delete key on windows and linux machines 2018-12-02 15:59:47 +02:00
Miguel Teixeira c33058ae2b Added custom warning messages. 2018-11-27 17:42:04 +00:00
Junyoung Choi (Sai) c7bae93b48 Merge pull request #2601 from yougotwill/zoom_controls
Zoom Controls
2018-11-25 15:37:29 +09:00
Junyoung Choi (Sai) c76b653737 Merge pull request #2338 from ehhc/spellchecker
Spellchecker
2018-11-25 15:21:04 +09:00
William Grant d3a6ff6b6a updated zoom out accelerator for consistency 2018-11-12 06:53:10 +02:00
William Grant e2c7a8c384 updated the zoom logic for the zoom in/out menu items so that if you zoom it reflects in the status bar and the config. Also added an actual size / zoom reset menu item for convenience. 2018-11-11 12:59:50 +02:00
Baptiste Augrain f1ca06daf5 fold markdown's headings 2018-11-10 12:33:07 +01:00
ehhc c6f1f97a57 Merge branch 'master' into spellchecker 2018-11-08 11:19:46 +01:00
Baptiste Augrain a63266b0e9 Merge branch 'master' into chart-yaml 2018-11-06 11:33:11 +01:00
ehhc 6c7ed82fa9 Merge branch 'master' into spellchecker 2018-11-06 08:36:59 +01:00
Junyoung Choi (Sai) cfc84f3e78 Merge pull request #2434 from jacobherrington/chore-remove-console-logs
Remove console.logs
2018-11-06 15:49:07 +09:00
Junyoung Choi (Sai) 106caf2b3e Merge pull request #2484 from crakoucas/fix-electron-glibc-segmentation-fault
fix segmentation fault with glibc 2.28
2018-11-06 15:39:28 +09:00
ehhc 88ac2a98e8 Merge branch 'master' into spellchecker 2018-11-02 10:41:30 +01:00
Baptiste Augrain 0e29e8ac76 Merge branch 'master' into chart-yaml 2018-10-11 12:48:40 +02:00
Renaud R a331d82cb5 Update Electon & Resize Bug
Electron to V 3.0.3
Electron-gh-release to V2.0.4
Fix Bug restore windows size
2018-10-11 09:40:05 +02:00
Baptiste Augrain 555ae327b6 alternate background color for table rows 2018-10-09 00:25:04 +02:00
Baptiste Augrain 17845428bd Merge branch 'fence-attrs' into chart-yaml 2018-09-30 21:46:09 +02:00
samherrington 1246a677d1 Remove console.logs
Using console in production is generally undesirable due to
performance loss and security concerns. Errors were changed
to console.error and console.logs were removed.
2018-09-29 15:50:32 -05: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) 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) 933f75f1ee Merge pull request #2327 from mikaoelitiana/fix-1155
Add osx touchbar support
2018-09-15 12:22:42 +09:00
Baptiste Augrain 4b0dc08426 highlight code block for chart.js 2018-09-14 00:03:33 +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 fa9d8b8881 replace awesomplete with React component react-autosuggest 2018-08-26 15:48:41 +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
Mika Andrianarijaona 07e810a231 init touchbar menu 2018-08-22 10:58:53 +02:00
Baptiste Augrain 00b4874d09 add tag autocomplete 2018-08-21 10:57:25 +02:00
Junyoung Choi (Sai) eeb8016992 Merge pull request #2302 from daiyam/window-position
restore window position
2018-08-20 11:57:47 +09:00