Tobias Doll
2b4d20b94e
Dont highlight search term if search field is emptied
2019-07-22 16:43:21 +09:00
nathan-castlehow
f88fc23e58
Removed Paste / Cut options from preview context menu as they are not relevant in preview mode
2019-07-22 16:42:57 +09:00
nathan-castlehow
caf1f92fef
Removed SetTimeout on Markdown Preview Context menu
2019-07-22 16:42:57 +09:00
nathan-castlehow
f2a02a25a7
Fixed Test Fail Issue due to incorrect Require for context menu items
2019-07-22 16:42:57 +09:00
nathan-castlehow
e85767b4a0
feat: Added Context Menu for markdown preview mode and copy url when hyperlink
2019-07-22 16:42:57 +09:00
amedora
c83e5cc7d8
add locales
2019-07-22 16:42:08 +09:00
amedora
71f565f66b
fix UI change handler
2019-07-22 16:42:08 +09:00
amedora
769407b3df
add "Wrap Line" button
2019-07-22 16:42:08 +09:00
amedora
e7615ed6d7
add "Wrap Line" button handlers
2019-07-22 16:42:08 +09:00
amedora
fe508307b2
make lineWrapping configurable
2019-07-22 16:42:08 +09:00
hikerpig
c2a26a8547
improvement: refactor buildStyle to NamedParameters style, and add some jsdoc
2019-07-21 15:28:12 +08:00
hikerpig
addf9b920f
tweak MarkdownPreview style to optimize overflow scrollbar display, fix #2902
2019-07-21 15:28:12 +08:00
Baptiste Augrain
4e30d4b8fb
fix URLs by using the correct path separator ('/' for an url and not path.sep)
2019-07-20 00:58:51 +09:00
Baptiste Augrain
850561613b
fix gallery on windows
2019-07-20 00:58:51 +09:00
AWolf81
782d71ddb0
path fix for MacOs
2019-07-17 17:25:13 +09:00
AWolf81
a0799d19f8
fix app path
2019-07-17 17:25:13 +09:00
AWolf81
ba6eb4f26f
fix path Linux
2019-07-17 17:25:13 +09:00
AWolf81
38fcee35c2
fix test for Windows (fs.rmdir throws dir not empty error)
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
AWolf81
bd52226ae2
change process.env check
2019-07-17 17:25:13 +09:00
ehhc
cb7ac77c61
Update attachmentManagement.js
...
Deleting unneeded stupid log-message
2019-07-10 11:42:00 +09:00
ehhc
55a7ee1f91
Debounce deletion of un-referenced attachments --> don't fixes but mitigates the problems of #3103
2019-07-10 11:42:00 +09:00
amorist
d37210a0d0
fix chinese language new note tab style
2019-07-08 13:14:56 +09:00
amedora
0c7a1e8f17
apply theme color to slider in MarkdownSplitEditor
2019-07-08 13:14:30 +09:00
Kazumi Harada
3d7ab40674
[update] apply the method of fixLocalURLS before exporting to pdf
2019-07-08 13:14:10 +09:00
Kazumi Harada
b8de51be57
[update] adjust code style
2019-07-08 13:13:52 +09:00
Kazumi Harada
1ce72b91ca
[update] by force, insert the default value to the customCSS config
2019-07-08 13:13:52 +09:00
Kazumi Harada
3f96587a70
[update] move default value of the customCSS field to ConfigManager
2019-07-08 13:13:52 +09:00
Huachao Mao
c012bbd54a
Update lock/unlock icons in editor #1760
2019-07-08 13:13:30 +09:00
David Thomason
a50852306e
Loading insert day hotkey triggers from config.hotkey
2019-07-08 13:13:06 +09:00
David Thomason
db396ec107
Added insert date & time info to HotkeyTab settings
2019-07-08 13:13:06 +09:00
David Thomason
6b868658aa
Changed "insert date & time" hotkey on mac from Shift-Cmd-/ to Alt-Cmd-/
2019-07-08 13:13:06 +09:00
JianXu
9fe9e1a1c4
Add menu item "About" to "Help"
2019-07-08 13:12:22 +09:00
AWolf81
aeb77e5a40
Remove package-lock file & use startsWith for https check
2019-07-08 00:05:26 +02:00
nathan-castlehow
1d59d89588
feat(prettierOnMarkdown): Forced prettier options to always have parser set to markdown when used.
2019-07-03 09:28:36 +08:00
nathan-castlehow
bde357f952
feat(prettierOnMarkdown): Changed Prettier require to use import
2019-07-03 09:03:24 +08:00
AWolf81
558c091205
fix linting
2019-06-30 00:18:52 +02:00
AWolf81
f67175e628
fix test
2019-06-30 00:03:54 +02:00
AWolf81
390f6d545f
fix PropTypes
2019-06-30 00:03:25 +02:00
AWolf81
44efb0178c
Merge branch 'master' into html-to-md
...
# Conflicts:
# browser/main/modals/NewNoteModal.js
# package-lock.json
# package.json
# yarn.lock
2019-06-29 23:25:52 +02:00
AWolf81
37eee26bdf
fix linting & routing
2019-06-29 23:21:32 +02:00
Junyoung Choi
b4251a793b
Merge pull request #3037 from AWolf81/fix-search-issue-unicode
...
Simplified search input & fixed chinese character input
2019-06-29 00:41:24 +09:00
roottool
6736a08240
Fixes that TOC hasn't id attribute when the title is all 2-byte characters ( #2994 )
...
* Fix: 2-byte character support of slug
* Fix: Decodes slug to display slug
* Fix: Removed a logic of replaceDiacritics
* Fix: Fixed slugify to pass tests
* Fix: Fixed not to remove underscore
* Adds the test for slugify.js
* Fix: Fix to jump to heading
* Added a comment
* Fix: Created click event only linking to heading
* Fix: Fix to use handleLinkClick(e)
* Fix: Changed the regex rule
* Fix: Changed the regex rule of extractId
2019-06-29 00:40:16 +09:00
nathan-castlehow
ed4a670f0a
feat(prettierOnMarkdown): Changed default hotkey value
2019-06-23 13:54:17 +08:00
nathan-castlehow
fbb9afe34f
feat(prettierOnMarkdown):Fixed incorrect options passed to code mirror instance
2019-06-23 13:42:14 +08:00
nathan-castlehow
020bc11bd7
feat(prettierOnMarkdown):Tweaked spacing on default Prettier Config Value
2019-06-23 13:41:52 +08:00
nathan-castlehow
ae0837e29b
feat(prettierOnMarkdown):Added prettier config default to config manager
2019-06-23 13:41:34 +08:00
nathan-castlehow
f0380ef733
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-06-23 13:40:20 +08:00
nathan-castlehow
25bdaf9f00
feat(prettierOnMarkdown): Added Reference to prettier in Code Editor and created config file
2019-06-23 13:34:47 +08:00
nathan-castlehow
ef1809305c
feat(prettierOnMarkdown): Added Reference To Prettier
2019-06-23 13:34:47 +08:00