1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 02:03:14 +00:00
Commit Graph

3846 Commits

Author SHA1 Message Date
gregueiras 33662974bf Fixed default theme thumb background 2018-11-29 12:05:14 +00:00
gregueiras 36b97fc6a2 Interface Improved 2018-11-29 11:58:36 +00:00
Gonçalo Santos 0f8c627474 Fixed checkbox 2018-11-28 12:09:42 +00:00
gregueiras f38fef23a0 ThemeManager Created 2018-11-28 12:04:33 +00:00
gregueiras 8be0ea64a5 Scheduled Theme default configuration 2018-11-27 16:41:02 +00:00
gregueiras 1419c71ef5 Border added 2018-11-27 10:40:42 +00:00
gregueiras e13742445e Format 2018-11-26 22:01:43 +00:00
gregueiras 1d21bb1ea3 Values are now saved 2018-11-26 22:00:02 +00:00
gregueiras aa38b1f859 Multi tab WIP 2018-11-26 20:11:11 +00:00
Junyoung Choi a26d4fb499 Update yarn.lock 2018-11-15 19:40:52 +09:00
Junyoung Choi f644d21c61 v0.11.11 v0.11.11 2018-11-15 19:24:56 +09:00
Junyoung Choi (Sai) 2af52c193c Merge pull request #2603 from jhit/master
Update electron framework to version 3.0.8
2018-11-13 08:33:40 +09:00
Junyoung Choi (Sai) ae840ea689 Merge pull request #2492 from amireldor/fix-paste-with-emacs-keymap
Remove emacs keymap Ctrl-V binding to allow pasting
2018-11-13 00:40:48 +09:00
Junyoung Choi (Sai) 79ee674ad9 Merge pull request #2593 from daiyam/fix-snippet-cursor
fix cursor position after expending snippet
2018-11-13 00:35:46 +09:00
Junyoung Choi (Sai) 4d77053313 Merge pull request #2590 from arcturus140/improve2588
enhancement for #2588
2018-11-13 00:31:04 +09:00
Junyoung Choi (Sai) 235e88f115 Merge pull request #2571 from enyaxu/vscode-debug-support
Add vscode debug support
2018-11-13 00:30:32 +09:00
Junyoung Choi (Sai) 021bac5b68 Merge pull request #2589 from arcturus140/master
fix 2530
2018-11-13 00:29:27 +09:00
Junyoung Choi (Sai) 60c4cacfbc Merge pull request #2596 from richardtks/correct-shift-select-behavior
Fix the shift selection and ctrl selection in note list
2018-11-13 00:27:45 +09:00
Junyoung Choi (Sai) 30e6fc516b Merge pull request #2600 from daiyam/fix-taglist
fix route when selecting multiple tags
2018-11-13 00:26:10 +09:00
Jürgen Hörmann 1388e7d7f4 Missed to update config value for electron-version 2018-11-12 10:23:24 +01:00
Jürgen Hörmann b79b123c65 Update electron framework to version 3.0.8
On Ubuntu 18.10 there is a issue with glibc versions below 2.28 see
[Prebuilt Electron binaries segfault at startup on Arch Linux with glibc 2.28 #13972](https://github.com/electron/electron/issues/13972)
2018-11-12 08:47:35 +01:00
Junyoung Choi (Sai) 10d3adbe40 Merge pull request #2595 from daiyam/fold-headings
fold headings
2018-11-12 11:14:43 +09:00
JianXu e100e080da fixed debug.md format error 2018-11-11 21:19:38 +08:00
Baptiste Augrain d97bbe7918 fix URI when selecting multiple tags 2018-11-11 10:10:09 +01:00
JianXu 3864d73d1a Add vscode debug support doc 2018-11-11 14:49:48 +08:00
richardtks 82987cd53c Fix the variable name to more appropriate one 2018-11-10 21:23:56 +08:00
richardtks aa56aad46e Improvement on the code
The improvement was suggested by github
2018-11-10 20:29:24 +08:00
richardtks ad7b155a99 Updated the condition with more appropriate naming 2018-11-10 19:39:44 +08:00
Baptiste Augrain f1ca06daf5 fold markdown's headings 2018-11-10 12:33:07 +01:00
richardtks 3df743f47b Change the selection behavior to the default behavior
There are two behaviors being changed:
1. When user click on the notes 
     a. Shift - It will select the notes among the first and the last note
     b. Ctrl - it will only select the selected note
2. When user uses the arrow keys
    a. Shift - it will extends the selection from the last selected note
    b. Ctrl - Nothing will happens
2018-11-10 19:17:11 +08:00
Baptiste Augrain 637225c2bc fix cursor position after expending snippet 2018-11-10 11:18:44 +01:00
Arcturus 480c05650b fix linting issues 2018-11-09 13:58:54 +00:00
Arcturus fa265d769c fix multiple spaces issue 2018-11-09 13:40:45 +00:00
Arcturus 4a197a5c90 add confirmation dialog 2018-11-09 13:37:17 +00:00
Arcturus 23702056fd Merge branch 'hotfix/2530' 2018-11-09 12:21:31 +00:00
Arcturus 2a774d20f4 fix issue 2530 2018-11-09 12:21:00 +00:00
Junyoung Choi (Sai) fdb1ef540d Merge pull request #2515 from FabioRosado/translation-pt
Add translation to Portuguese from Portugal
2018-11-08 19:14:47 +09:00
Junyoung Choi (Sai) 62a8ffb4ae Merge pull request #2579 from daiyam/fix-turndown
fix paste
2018-11-08 19:12:36 +09:00
Baptiste Augrain 1e3cf6f374 remove console.log 2018-11-08 10:10:45 +01:00
Baptiste Augrain 48c29dd7d9 fix turndown 2018-11-08 10:01:16 +01:00
JianXu e30727ab27 Add detail mode support for vscode debug 2018-11-08 13:47:34 +08:00
Junyoung Choi (Sai) 157eb5f87b Merge pull request #2346 from daiyam/text-deflist
add support to abbreviations, definition lists and subscript/superscript text
2018-11-08 14:35:56 +09:00
Baptiste Augrain 8f290c2a6d rounding paddings 2018-11-08 06:22:12 +01:00
Baptiste Augrain 47f6a217e8 Merge branch 'master' into text-deflist 2018-11-08 05:24:57 +01:00
Junyoung Choi (Sai) 69691bdf2a Merge pull request #2448 from jacobherrington/alt-hotkey-bug
Fix bug caused by poor regex
2018-11-08 11:57:10 +09:00
Junyoung Choi (Sai) 522a37b8e3 Merge pull request #2451 from jacobherrington/improve-french-translations
Add French translations
2018-11-08 11:52:49 +09:00
Junyoung Choi (Sai) 53aa142d94 Merge pull request #2395 from daiyam/chart-yaml
add YAML for chart
2018-11-08 11:41:45 +09:00
Fábio Rosado 61bd591ee8 Merge pull request #1 from arcturus140/europeanPortuguese
add language support for european portuguese
2018-11-07 15:12:52 +00:00
Arcturus fd2b438c67 add language support for european portuguese 2018-11-07 13:58:47 +00:00
jacob 5855cdfb26 Merge branch 'master' into improve-french-translations 2018-11-07 07:54:44 -06:00