Laurent Cozic
8254206f44
Desktop: Fixes #3893 (maybe): Trying to fix sidebar performance issue when there are many notebooks or tags
2020-10-19 23:24:40 +01:00
Laurent Cozic
3a57cfea02
Desktop: Simplified and improve command service, and added command palette
...
- Commands "enabled" state is now expressed using a "when-clause" like in VSCode
- A command palette has been added to the Tools menu
2020-10-18 21:52:10 +01:00
Laurent Cozic
4309c4f8e2
Desktop: Fixed Toggle Editor button toolip and icon
2020-10-16 18:52:17 +01:00
Caleb John
3c0b9ee522
Desktop: Actually enter insert mode after pressing o/O in CodeMirror vim mode ( #3897 )
2020-10-12 10:01:40 +01:00
Laurent Cozic
dc51781976
Desktop: Fixes #3886 : Allows toggling external editing off and on again
2020-10-10 13:32:30 +01:00
Caleb John
8ff0f7c529
fix settings import in useJoplinMode ( #3889 )
2020-10-10 12:44:48 +01:00
Rahil Sarvaiya
c42d9cf069
Desktop: Disabled emoji highlighting in editor when emoji plugin is disabled ( #3852 )
2020-10-09 21:43:39 +01:00
Laurent
fe41d37f8f
All: Add support for application plugins ( #3257 )
2020-10-09 18:35:46 +01:00
Laurent Cozic
99a496d684
Desktop: Always label "Click to add tags"
2020-09-29 11:33:22 +01:00
Laurent Cozic
f42fb1b871
Changed tag label
2020-09-29 10:51:47 +01:00
Laurent Cozic
cf2442c5b2
Desktop: Fixes #3835 : Prevent crash in rare case when opening the config screen
2020-09-29 08:40:14 +01:00
Caleb John
a7fa119041
Desktop: Extend functionality of codemirror vim ( #3823 )
...
add swapLine(Up/Down)
have `o` use the more complex list indent
enable sync initializing from vim (and maybe emacs)
split keymap stuff into it's own file
2020-09-28 18:57:17 +01:00
Laurent Cozic
7fb52b8b0e
Desktop: Fix issue with highlighted search terms in CodeMirror viewer
2020-09-28 18:44:21 +01:00
Laurent Cozic
25ab3c323b
Desktop: Fixes #3801 : Fixed editor font size
2020-09-23 11:39:36 +01:00
Laurent Cozic
b6779a8074
Desktop: Fixes #3810 : Only disable relevant toolbar buttons when editor is read-only
2020-09-23 10:21:24 +01:00
Caleb John
59599d318c
Desktop: Adjust the codemirror code block colors for the dark theme ( #3794 )
2020-09-23 09:34:39 +01:00
Caleb John
460a07b1a3
Desktop: Fix missed highlighting when using the global search ( #3717 )
2020-09-22 13:17:51 +01:00
Caleb John
48c9b86d2b
Desktop: Fixes #3791 : Add stricter rules for katex blocks ( #3795 )
2020-09-22 13:16:37 +01:00
Caleb John
7202066c1f
Desktop: Fix bug where editor would scroll to focus global search ( #3787 )
2020-09-22 13:12:22 +01:00
Carlos Eduardo
5226f0019b
Desktop: Add frequently used languages to markdown editor ( #3786 )
2020-09-22 13:11:12 +01:00
Laurent Cozic
27c572b2f5
Desktop: Fixes #3700 : Disable editor shortcuts when a dialog, such as GotoAnything, is visible
2020-09-21 17:31:25 +01:00
Laurent Cozic
7a4c97618d
Desktop: Improved menu enabled states when not in main screen
2020-09-21 17:09:57 +01:00
Laurent Cozic
9af2a19bdf
Merge branch 'dev' into release-1.2
2020-09-19 14:22:02 +01:00
Caleb John
38eda3f151
Desktop: Fixes #3749 : Use joplin list handling in emacs mode ( #3758 )
2020-09-17 09:29:19 +01:00
Laurent
056285deda
Desktop: UI update ( #3586 )
2020-09-15 14:01:07 +01:00
Laurent Cozic
998dd52adc
Desktop: Clarifies labels of certain actions, and added shortcut for note list toggle
2020-09-13 17:21:11 +01:00
Laurent Cozic
83619b279d
Desktop: Fixes #3697 : Fixed copying link in Rich Text editor
2020-09-08 00:29:31 +01:00
Caleb John
fbe966903b
Desktop: Resolves #3560 : Make codemirror the default code editor ( #3703 )
2020-09-06 16:28:23 +01:00
Naveen M V
e108fdb1d8
Desktop: Fuzzy search ( #3632 )
2020-09-06 13:07:00 +01:00
Caleb John
30e0d69a74
Desktop: Load Codemirror css in index.html ( #3673 )
2020-09-05 00:02:20 +01:00
Caleb John
652816fd26
Desktop: Change codemirror default home and end to be visual line based ( #3672 )
2020-09-05 00:01:06 +01:00
Caleb John
0ae8d454ad
Focus the editor whenever the user toggles the visible panes ( #3646 )
2020-08-18 22:26:57 +01:00
Caleb John
0eedae1f62
Desktop: Fixed vim mode issue where status bar was not visible ( #3606 )
2020-08-08 10:15:01 +01:00
Caleb John
e1144c098e
Desktop: Fixed scrolling issue when editing while searching in CodeMirror ( #3593 )
...
Only scroll to search matchs when the user changes the search or
explicitly changes the search index
https://discourse.joplinapp.org/t/codemirror-feedback/10397
2020-08-08 10:11:55 +01:00
Caleb John
5c5cb0f781
Desktop: Implement scroll-past-end on CodeMirror editor ( #3589 )
2020-08-08 09:55:10 +01:00
Naveen M V
f99f3f8a6d
All: Resolves #1877 : Add search filters ( #3213 )
2020-08-08 00:13:21 +01:00
Laurent Cozic
5ade9ff2f6
Tools: Updated eslint and clarified comma-dangle rule
2020-08-04 23:00:11 +01:00
Laurent Cozic
89864de1ff
Tools: Added eslint radix rule
2020-08-04 22:36:50 +01:00
Caleb John
223caca0f5
Desktop: Enable CodeMirror keybindings ( #3545 )
2020-08-02 16:26:26 +01:00
Laurent
4485947b0f
Desktop: Fixed copy, cut and paste in Rich Text editor ( #3565 )
2020-08-02 12:16:42 +01:00
Caleb John
7f73931530
Desktop: Fixes #3560 : Modify the CodeMirror linter plugin to fix katex ( #3582 )
...
Rewrite the joplin mode to manually handle parsing.
This gives us more control over katex parsing and the ability to upgrade
in the future
2020-08-02 11:33:59 +01:00
Caleb John
bbfed9bca8
Desktop: Codemirror: clean up list indent code ( #3581 )
2020-08-01 19:09:52 +01:00
Caleb John
bab29cd582
Desktop: Toggle Editor rather than setting split mode on search ( #3561 )
2020-08-01 19:07:52 +01:00
Laurent Cozic
4be02bc33c
Desktop: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook
2020-07-23 23:55:01 +00:00
Laurent Cozic
71e5304298
Desktop: Fixes #3534 : Undoing changes multiple time on an existing note could result in a blank note
2020-07-23 19:56:53 +00:00
Laurent Cozic
7f1f5a8c3d
Desktop: Fixes #3503 : Editor window was no longer being resized with the main window
2020-07-22 23:26:45 +01:00
Caleb John
9dfb0642da
Desktop: Split Codemirror setOptions into different effects ( #3522 )
2020-07-22 23:18:52 +01:00
Caleb John
0fa8dfa063
Desktop: Enforce that whitespace check for unindent checks the begining of a ( #3515 )
2020-07-22 23:17:49 +01:00
Caleb John
a274a56e65
Desktop: CodeMirror: Change rootSize parameters to prevent collision with styles.editor ( #3505 )
2020-07-22 23:16:06 +01:00
Caleb John
44d3a4213f
Desktop: Enable searching in editor rather than the viewer for CodeMirror ( #3360 )
2020-07-22 23:13:23 +01:00