Luis Reinoso
76da76ae76
fix: Wakatime command name.
2020-06-07 11:01:44 -05:00
Luis Reinoso
c02ab033f4
fix: Remove extra calling function. Now call directly to check wakatime plugin.
2020-05-23 12:25:37 -05:00
Luis Reinoso
6fe6794796
feat: Add checkbox validation to active or deactive plugin.
2020-05-16 11:13:19 -05:00
Luis Reinoso
fd3e243855
feat: Check for missing wakatime cli. And display modal and alert message.
2020-05-16 10:08:51 -05:00
Luis Reinoso
98d4fa0603
fix: Lint issues.
2020-05-08 10:01:30 -05:00
Luis Reinoso
2ea0514bbe
Merge remote-tracking branch 'upstream/master'
2020-05-08 06:55:48 -05:00
Alexander Wolf
8b13ec4f0e
Issue 1706 tag rename - finishing #2989 ( #3469 )
...
* allow a tag to be renamed and update all notes that use that tag
• repurpose RenameFolderModal.styl to RenameModal so it is more generic
* call handleConfirmButtonClick directly instead of sending through a confirm method
* better name for method to confirm the rename
* use close prop instead of a new method
* use callback ref instead of legacy string refs
* bind the handleChange in the constructor to allow for direct function assignment
* update the tag in the URL upon change
* use the eventEmitter to update the tags in the SnippetNoteDetail header via the TagSelect component
* respect themes when modal is opened
* show error message when trying to rename to an existing tag
* lint fix, const over let
* add missing letter
* fix routing and add merge warning dialog
* fix space-before-parens lint error
* change theming
* add check if tag changed
Co-authored-by: Khaliq Gant <khaliqgant@gmail.com >
2020-04-21 20:55:56 +09:00
Gonçalo Santos
4915c545d9
Merge branch 'master' into fixIssue2534
2020-03-27 01:47:02 +00:00
Gonçalo Santos
e1c95fb1f2
Fix Saving Configuration Bug
2020-03-27 01:42:18 +00:00
Gonçalo Santos
48c8164689
Fix scheduled theme change timing
2020-03-10 15:41:34 +00:00
Gonçalo Santos
38ed5b8541
Remove handleSlider
2020-03-05 16:34:04 +00:00
Gonçalo Santos
8a6df8bf95
Remove comment
2020-03-05 16:07:45 +00:00
Junyoung Choi
87a737babc
Make rtl optional
2020-03-04 05:43:34 +09:00
Gonçalo Santos
9c3f34fe04
Fix Lint Errors
2020-02-25 03:34:34 +00:00
Gonçalo Santos
d4123eeccd
Merge branch 'master' of https://github.com/BoostIO/Boostnote into fixIssue2534
2020-02-25 03:31:21 +00:00
Gonçalo Santos
fd54a7b85c
Scroll Bars can now be hidden ( #2713 )
...
* Scroll Bars can now be hidden
* Fix lint problems
* fix lint errors
* Fix lint
* Fix lint
* Change scrollBar to showScrollBar
2020-02-24 17:14:35 +09:00
Baptiste Augrain
a496a84cb8
fix broken headers' color in ConfigTab
2020-02-10 21:09:37 +09:00
Nguyen Viet Hung
592aca1539
fixed eslint error & integrated with prettier as well as formatted the whole codebase ( #3450 )
2020-02-05 09:28:27 +09:00
Baptiste Augrain
69831571a5
fix broken title's color in ConfigTab by moving its default color to corresponding themes
2020-01-31 23:46:27 +01:00
Baptiste Augrain
93e09f11dd
fix UI theme for SplitEditor and CreateFromURL modal
2020-01-30 19:31:31 +01:00
Baptiste Augrain
c570fc9873
Merge branch 'master' into theme-nord
2020-01-30 19:14:58 +01:00
Satyendra
0a361f5f41
Copyright info update
...
updated Copyright (C) 2017 - 2019 BoostIO to Copyright (C) 2017 - 2020 BoostIO
2020-01-29 16:30:54 +09:00
ibraude
301f03dadd
Merge branch 'master' into master
2020-01-07 12:11:27 +02:00
Gonçalo Santos
b91a76b3b1
Merge branch 'master' into fixIssue2534
2019-11-22 00:19:56 +00:00
Jack Hsieh
d78f6b7aba
Ability to stop auto update
2019-11-22 05:42:55 +09:00
Itai Braude
45e75cdfe9
added hotkey setting for direction toggle
2019-10-18 00:36:51 +03:00
Aleksei Seletskiy
43d8ebb3c4
Dracula theme buttons in storage settings fix
2019-09-14 13:20:50 +09:00
amedora
f4d87f64ae
Fix #3190 - App blanks out after setting HotKey ( #3193 )
...
* fix lack of hotkey properties
* Update HotkeyTab.js
2019-09-03 02:24:09 +09:00
Junyoung Choi
68b3077651
Merge pull request #3099 from AWolf81/html-to-md
...
Html to md feature
2019-09-03 02:03:51 +09:00
hikerpig
e9975d1ea5
fix: HotkeyTab accidentally set incomplete hotkey, related #3190
2019-09-03 01:59:59 +09:00
Nguyễn Việt Hưng
0b84a372f6
re-organize attachment functions and updated comments doc
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
8355e1e006
updated function name and return type
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
c7d33fbd83
Allow user to view attachments and clear unused attachments
2019-08-30 12:46:40 +09:00
ehhc
cf324d93fe
Add option to disable the automiatic deletion of un-referenced attachments -> might fix #3203
2019-08-30 12:46:40 +09:00
Junyoung Choi
b9dd651fc1
Merge pull request #3093 from nathan-castlehow/feat-run-prettier-on-markdown
...
Feat run prettier on markdown
2019-08-24 13:41:41 +09:00
Jack Hsieh
f09297f406
Fix 2636 ( #3206 )
...
* Fix 2636 Can't scroll to bottom of editor pane
* Fix minor lint issues
2019-08-11 23:22:53 +09:00
nathan-castlehow
2d3c69d178
Fixed eslint issue
2019-08-01 20:13:46 +08:00
nathan-castlehow
b837653cf1
Merged Master into feature branch and fixed conflicts
2019-08-01 20:12:58 +08:00
nathan-castlehow
89ae2a9516
feat(prettierOnMarkdown):Fixed incorrect options passed to code mirror instance
2019-08-01 18:36:20 +08:00
nathan-castlehow
33161e46e6
feat(prettierOnMarkdown): Added support for prettyifing markdown as well as added hot key option. Partial Implementation of Prettier config in configuration screen. TODO Fix defaulting of prettier configuration
2019-08-01 18:36:18 +08:00
AWolf81
72b8d56245
Merge remote-tracking branch 'upstream/master' into html-to-md
2019-07-28 15:49:16 +02:00
AWolf81
a3f7d2287a
Add dracula theme styles
2019-07-28 11:00:40 +02:00
amedora
606be4304d
Fix 3007 ( #3028 )
...
* fix code fences never sanitized
* fix mermaid xss
* Revert "fix mermaid xss"
This reverts commit 1ff179a1bd .
* configuable mermaid HTML label
* add locales for mermaid configuration
2019-07-27 12:39:12 +09:00
Junyoung Choi
484b003b34
Fix theme paths
2019-07-26 13:49:40 +09:00
Junyoung Choi
4b62e93257
Fix more style warnings
2019-07-26 11:38:05 +09:00
Junyoung Choi
95321e33a0
Fix style of FolderItem
2019-07-26 11:32:07 +09:00
amedora
71f565f66b
fix UI change handler
2019-07-22 16:42:08 +09:00
amedora
fe508307b2
make lineWrapping configurable
2019-07-22 16:42:08 +09:00
AWolf81
ba6eb4f26f
fix path Linux
2019-07-17 17:25:13 +09:00
AWolf81
4af7106e01
change theme path usage and remove relative path
2019-07-17 17:25:13 +09:00