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

308 Commits

Author SHA1 Message Date
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
hidai 0dfb14962a Add CodeMirror addon 2018-03-27 18:37:20 +09:00
William Grant f0144233f9 Fullscreen shortcut for non macOS is now F11 2018-03-25 23:04:16 +02:00
Gediminas Petrikas 6d57712fca Add fold gutters 2018-03-25 14:13:19 +03:00
wAuner 5ee4237510 fix incorrect app closing for linux mint cinnamon
excluded the cinnamon desktop for the macOS-like behavior which closes the window, but does not shutdown the app processes
2018-03-24 14:48:34 +01:00
Junyoung Choi e796e00963 Merge branch 'master' into add-editor-rulers 2018-03-22 22:30:03 +09:00
Junyoung Choi a24a7e03be Quit app when all window closed 2018-03-22 20:59:19 +09:00
Yu-Hung Ou 29888c89ad added CSS style for rulers to make it fit most of the themes 2018-03-21 21:11:26 +11:00
Yu-Hung Ou 281fb2afd3 added CodeMirror ruler support 2018-03-21 21:11:26 +11:00
Yu-Hung Ou 6a1e9c5818 removed katex script tag from main.html, use import instead 2018-03-14 20:37:25 +11:00
Junyoung Choi (Sai) 96fbd7572c Merge pull request #1611 from romainwn/feat/addFullScreen
add Toggle FullScreen feat + shortcut
2018-03-05 11:28:28 +09:00
Junyoung Choi (Sai) 45d90b2530 Merge pull request #1594 from clone1612/list_fix
Fix insertion in Markdown lists - #1588 & 1605
2018-03-05 11:25:46 +09:00
Romain Le Quellec aab192223a add Toggle FullScreen feat + shortcut 2018-02-28 11:39:45 +01:00
Jannick Hemelhof 1f1e545538 Fix for list insertion 2018-02-26 16:32:47 +01:00
Sander Steenhuis 6502158716 Add search clear options; closes #1525 2018-02-26 16:30:08 +01:00
松井誠泰 701fc0bc80 I fixed the behavior of the editor.
On enter key pushed, if already the line contains a token in markdown list, no completion is needed, I think.

By this change, node_modules/codemirror/addon/edit/continueList.js could be trashed, but I can't because of the gitignore.
2018-02-04 10:03:50 +09:00
Junyoung Choi 8e1bf48cd1 Close immediately on windows 2018-02-04 00:59:54 +09:00
Junyoung Choi 39c4d710bc Remove unnecessary logging 2018-02-03 23:45:46 +09:00
Junyoung Choi (Sai) 51a8c47afd Discard finder (#1497)
* Discard finder

* Upgrade electron

* Discard anything related with finder

* Fix lint errors

* Run test serial

* Test on v6

* Test on v6 only
2018-02-03 23:39:53 +09:00
Junyoung Choi (Sai) d4eec461a9 Merge pull request #1393 from BoostIO/fix-update
Fix windows update
2018-01-13 18:00:44 +09:00
Junyoung Choi 5c75644db2 Check upate every day rather than every hour 2018-01-13 17:36:33 +09:00
Junyoung Choi 72d9e3e00b Fix update error
This error was caused by using super old version of
electron-winstaller.
2018-01-13 17:35:23 +09:00
Sosuke Suzuki 1cbaf55cee import the addon for autoCloseBrackets 2018-01-13 15:10:18 +09:00
Kazz Yokomizo 4f02065eaf Merge pull request #1354 from trinode/feature-elixir-support
Elixir syntax highlighting
2018-01-04 20:31:45 +09:00
Kazz Yokomizo c564c253b1 Merge pull request #1302 from mslourens/open-finder
fixed opening finder on Windows and Linux
2018-01-04 03:39:14 +09:00
Anthony Graham b4e138e21b Elixir Syntax Highlighting 2018-01-01 21:17:29 +00: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 9367a404ef converted line-endings back to lf 2017-12-21 09:37:17 +01:00
Maurits Lourens 775200bdd6 fixed opening finder on Windows and Linux
fixes #1291 - tested on Ubuntu Linux Mate and Windows 10
2017-12-15 12:57:18 +01:00
Maurits Lourens 6fba62d062 fixed review comments 2017-12-13 17:20:22 +01:00
Wade Johnson 8d5c9742f8 Add ability to scroll pasted last line of editor 2017-12-09 21:14:10 -08:00
Maurits Lourens 67f7cdb36c added ctrl+, shortcut to preference modal 2017-12-08 12:02:07 +01:00
Maurits Lourens 6a9d4ae0fd first attempt to export html 2017-12-08 11:43:50 +01:00
Kazz Yokomizo b48b8f39fc Merge pull request #1144 from whizark/store-window-size-on-linux
store correct window size on Linux
2017-11-27 11:06:56 +09:00
Kazu Yokomizo cbcfb57e35 Fix windows scrolling bug 2017-11-21 12:20:53 +09:00
Whizark 460437397f store window size on Linux 2017-11-19 21:10:53 +09:00
yamash723 0fe9dd4fbb Add simple addon for CodeMirror 2017-11-15 13:10:55 +09:00
Jannick Hemelhof b7f359f6cf Option for preferences in menus 2017-11-09 09:40:59 +01:00
Kazu Yokomizo f8eaa9e796 Not quit app using close button on Mac 2017-11-05 12:34:19 +09:00
Maurits Lourens 34e9238cc4 added shortcut ctrl+q for quit and quit the app when using the Windows Close button 2017-10-31 09:10:04 +01:00
Cristian Beskid a46b8d3079 Configure the icon of the main window
Fixes the incorrect application icon in linux/gnome-shell. See
BoostIO/Boostnote#251
2017-08-15 13:49:32 +02:00
Ben bf6cae9a0e Add Lato font definition to main.html
Lato is the default "Preview font family" font. However, in the case that Lato is not installed on the user's system, it falls back to using a different font instead of using the font included with the application.
2017-08-09 14:42:07 +01:00
asmsuechan 537ba537dc Add Print 2017-08-01 19:30:48 +09:00
asmsuechan 762425125f Remove Ctrl-G because it's unneccessary and conflicts with CodeMirror 2017-07-22 16:41:08 +09:00
asmsuechan 2bb2a52f27 Change the keymap of Ctrl-U to Ctrl-K 2017-07-14 18:18:38 +09:00
asmsuechan 684c3f64aa Add search addon 2017-07-09 22:46:23 +09:00