1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 09:51:56 +00:00
Commit Graph

353 Commits

Author SHA1 Message Date
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
Baptiste Augrain 0834313456 restore window position 2018-08-16 01:06:13 +02:00
Maciek ce3b29085f Change menu position and accelerator for TOC gen.
Due to the fact, that submenu "Edit" is visible only in macOS,
let's move TOC generator to "File" menu. Also, change
accelerator to SHIFT+CTRL+T which is working without conflicts
and problems on all platforms.
2018-08-14 23:24:41 +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
Max Buranbaev bfc1c93153 Merge branch 'master' into blinking-markdown-crunch-fix 2018-08-10 19:02:43 +05:00
JianXu ad847a2f5d New Feature: Shortcuts for focusing tag editor(CmdOrControl+T) 2018-07-17 17:19:03 +08:00
Junyoung Choi (Sai) 0414483be2 Merge pull request #2178 from enyaxu/feature/2165
Hotkey for toggle editor fullscreen
2018-07-17 14:49:03 +09:00
Junyoung Choi (Sai) 22939aa472 Merge pull request #2145 from amedora/table-formatter
Markdown Table Formatter
2018-07-17 13:50:00 +09:00
JianXu e182390480 Replace shortcut for 'Next Note' and 'Previous Note' 2018-07-07 23:02:17 +08:00
JianXu 09eac89086 Hotkey for toggle editor fullscreen 2018-07-04 09:59:06 +08:00
ehhc 4307db11c5 Merge branch 'master' of https://github.com/BoostIO/Boostnote into spell_check
# Conflicts:
#	browser/components/CodeEditor.js
#	locales/fr.json
#	package.json
2018-07-03 09:05:47 +02:00
amedora 82db986bd7 add 'Format Table' in the File menu 2018-06-28 18:16:38 +09:00
Max Buranbaev 5de176757d Fixing flickering in both cases 2018-06-27 13:07:38 +05:00
voidsatisfaction 129e3b283d fix tiny typo 2018-06-20 14:29:57 +09:00
ehhc 82178055af Spellcheck - initialisation and first draft onChange 2018-06-17 17:13:44 +02:00
Jannick Hemelhof 8dbf456398 Upgrade to Electron v2.0.2 2018-06-09 08:52:46 +02:00
Nguyễn Việt Hưng 37f6a05170 added zoom in & zoom out 2018-05-24 16:48:51 +07:00
yosmoc 26d7f4923d support multiplex mode
embedded javascript uses combined several modes.
Multiplex mode renders ejs and other formats which uses several modes.
2018-05-13 00:35:01 +02:00
William Grant 0bce96b0c6 Merge branch 'master' into crossplatform_fullscreen_shortcuts 2018-04-17 18:24:35 +02:00
William Grant 1d4f1764fc Changed top:focus-search shortcut 2018-04-17 18:22:54 +02:00
Junyoung Choi (Sai) 14694f1cb0 Merge pull request #1751 from gediminasml/folding
Add folding to CodeEditor
2018-04-01 07:48:25 +09:00
William Grant a32cfc8aff Revert "updated for separate methods for full screen depending on the platform"
This reverts commit b46b958105.
2018-03-30 13:01:18 +02:00
William Grant b46b958105 updated for separate methods for full screen depending on the platform 2018-03-30 11:05:20 +02:00
William Grant 11f8cfe0e6 fixed label key-spacing 2018-03-28 19:21:36 +02:00
William Grant e1e3cc7999 moved label to a better position 2018-03-28 19:17:40 +02:00
William Grant 9a445e34fd fixed trailing spaces 2018-03-27 21:06:59 +02:00
William Grant ee78e113de Moved 'Toggle Fullscreen' to the View label used non-OS specific fullscreen 2018-03-27 20:52:58 +02:00