Laurent Cozic
ff5e8ee7aa
Chore: Fixed a few links that were broken after Lerna upgrade
2020-12-10 15:04:54 +00:00
Laurent Cozic
afebce145f
Doc: Fixed formatting
2020-12-09 22:04:10 +00:00
Roman Musin
92b4795410
All: Fixed #4025 : Fixed issue when searching for text that contains diacritic ( #4152 )
2020-12-09 13:02:54 +00:00
Laurent Cozic
dc3e9178ef
Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail.
2020-12-09 12:53:47 +00:00
Laurent Cozic
f21199a7f3
Chore: Convert test-utils to TypeScript
2020-12-08 20:01:33 +00:00
Laurent Cozic
cdf2873883
Plugins: Commands would not show up in keymap editor when no shortcut was associated with them
...
Ref: https://discourse.joplinapp.org/t/plugin-note-tabs/12752/39
2020-12-08 19:45:08 +00:00
Laurent Cozic
0390928fea
Merge branch 'dev' of github.com:laurent22/joplin into dev
2020-12-08 19:04:03 +00:00
Laurent Cozic
efb3546675
Plugins: Add support for workspace.onSyncStart event
2020-12-08 19:03:22 +00:00
Helmut K. C. Tessarek
b780261153
Chore: moving the keycode map to a separate file ( #4192 )
...
/ref https://github.com/laurent22/joplin/pull/4022#issuecomment-726263640
2020-12-06 15:01:30 +00:00
Laurent Cozic
046433a947
Tools: Fixed issue with gettext not knowing how to parse regex that includes backtick
2020-12-05 11:54:58 +00:00
Caleb John
92fe5e2362
Desktop: Fixes #4036 : Focus editor after pressing toolbar buttons ( #4037 )
2020-12-02 10:36:00 +00:00
Laurent Cozic
05e9000087
Plugins: Improved note change event handling. Also added tests and improved debugging plugins.
2020-12-01 14:08:41 +00:00
Laurent Cozic
d588bddfaa
Revert "Tools: Adding debug info to tests"
...
This reverts commit 154b3573a4
.
2020-11-29 16:47:07 +00:00
Laurent Cozic
154b3573a4
Tools: Adding debug info to tests
2020-11-29 13:13:53 +00:00
Laurent Cozic
1851b0e7d1
Merge branch 'release-1.4' into dev
2020-11-29 00:22:17 +00:00
Laurent Cozic
849ef418a6
Desktop: Fixed notifications on macOS
2020-11-28 12:03:06 +00:00
Laurent Cozic
5f80628a4d
Desktop: Fixed potential crash when watching note files or resources
2020-11-27 12:19:57 +00:00
Laurent Cozic
011a65f73b
Desktop: Fixed potential crash when watching note files or resources
2020-11-27 11:08:42 +00:00
Naveen M V
69a4a895d4
All: Fixed basic search when executing a query in Chinese ( #4034 )
2020-11-26 12:35:04 +00:00
Laurent Cozic
9b64c1fbdb
Added no-floating-promises eslint rule
2020-11-25 14:40:25 +00:00
Laurent Cozic
a37f84e988
Clipper: Certain tags could be missing from the dropdownlist
2020-11-25 10:27:41 +00:00
Laurent Cozic
c213d5056c
Desktop: Fixed resource watching on Windows
2020-11-23 16:38:29 +00:00
Laurent Cozic
544d879c0b
Plugins: Use plugin ID as filename
2020-11-19 23:46:04 +00:00
Laurent Cozic
dbbd930f81
All: Added global logger
...
Avoids having to pass around a logger to every module and sub-module,
and makes it easier to set log level globally.
2020-11-19 15:25:02 +00:00
Laurent Cozic
e57444dc32
Desktop: Add config screen to add, remove or enable, disable plugins
2020-11-19 12:34:49 +00:00
Laurent Cozic
8e2daef144
Plugins: Add support for the JPL plugin format
2020-11-18 10:17:27 +00:00
Laurent Cozic
73571f1c48
Merge branch 'dev' of github.com:laurent22/joplin into dev
2020-11-17 18:28:46 +00:00
Caleb John
3e00f6078d
Plugins: Add support for external CodeMirror plugins ( #4015 )
2020-11-17 18:28:32 +00:00
Laurent Cozic
355ba2c278
Plugins: Add support for JPL archive format
2020-11-17 18:26:24 +00:00
Laurent Cozic
4e08adb76f
Plugins: Added command to export folders and notes
2020-11-17 14:50:28 +00:00
Laurent Cozic
eb8284ecdb
Desktop, Cli: Resolves #4095 : Allow exporting conflict notes
2020-11-17 11:50:46 +00:00
Laurent Cozic
7be93b1fbb
API: Make sure pagination sort options are respected for search and other requests
2020-11-17 09:53:50 +00:00
Laurent Cozic
5f05f85e41
Desktop: Fixes #4011 : Prevent log from filling up when certain external editors trigger many watch events
2020-11-16 16:34:05 +00:00
Laurent Cozic
adde092ea6
Plugins: Fixed issue with dialog being empty in some cases
2020-11-16 16:14:26 +00:00
Laurent Cozic
a808281dd2
Desktop: Regression: Fixed external edit file watching
2020-11-16 11:03:44 +00:00
Laurent Cozic
ce59d29bb3
Plugins: Added support app_min_version property and made it required
2020-11-15 14:18:46 +00:00
Laurent Cozic
2f1cc71922
Fixed path
2020-11-14 00:31:45 +00:00
Laurent Cozic
4f41fb7b54
Plugins: Add support for editor context menu
2020-11-14 00:02:17 +00:00
Laurent Cozic
7151a48138
Merge branch 'dev' of github.com:laurent22/joplin into dev
2020-11-13 23:37:24 +00:00
Laurent Cozic
872d2942b4
All: Allow lowercase filters when doing search
2020-11-13 22:29:28 +00:00
Laurent Cozic
918b768634
Plugins: Fix crash when path includes trailing slash
2020-11-13 22:03:10 +00:00
Laurent Cozic
8305eb4403
API: Fix note and resource association end points
2020-11-13 21:45:25 +00:00
Laurent Cozic
458ae3731d
Doc: Add beta banner for plugin API
2020-11-13 19:12:49 +00:00
Laurent Cozic
a647272cf0
Plugins: Allow retrieving form values from dialogs
2020-11-13 18:48:42 +00:00
Laurent Cozic
67f0739d3c
Desktop: Allow customising application layout
2020-11-13 17:09:28 +00:00
Laurent Cozic
17d835d694
Tools: Apply rule @typescript-eslint/member-delimiter-style
2020-11-12 19:29:22 +00:00
Laurent Cozic
42799b0662
Tools: Apply rule @typescript-eslint/comma-dangle
2020-11-12 19:23:54 +00:00
Laurent Cozic
d20694e52c
Tools: Apply rule @typescript-eslint/type-annotation-spacing
2020-11-12 19:13:28 +00:00
Helmut K. C. Tessarek
340312fa80
Desktop: Fix handling of certain keys in shortcut editor ( #4022 )
...
String.fromCharCode expects unicode charcodes as an argument; e.keyCode returns javascript keycodes.
Javascript keycodes and unicode charcodes are not the same thing!
Therefore I used an array to map keycodes. This seems to be the only way to make this work properly.
I also changed the width of the shortcut recorder input field to 200px, since certain key combinations are cut off, because they don't fit in the field.
2020-11-12 18:40:00 +00:00
Laurent Cozic
8808b38d83
Fixed desktop build
2020-11-11 12:51:51 +00:00
Laurent Cozic
0fd0451c17
API: Change pagination to has_more model
2020-11-11 11:52:47 +00:00
Laurent Cozic
06f2fda946
Tools: Replace Jasmine with Jest to run tests
2020-11-10 15:59:30 +00:00
Laurent Cozic
31a0449e71
Tools: Added script to generate database types for TypeScript
2020-11-09 13:12:11 +00:00
Laurent Cozic
d0ec598ee4
Desktop: Fixes #3904 , Fixes #3973 : Fixed inconsistent note list state when using search
2020-11-09 12:07:37 +00:00
Laurent Cozic
ca8b05631a
Tools: Fixed tests
2020-11-09 09:21:05 +00:00
Laurent Cozic
5269a4b7fa
Chore: Convert ResourceService to TypeScript
2020-11-08 16:46:48 +00:00
Laurent Cozic
88a2f9c85c
Desktop: Regression: Fix exporting to HTML and PDF
2020-11-08 02:20:56 +00:00
Laurent Cozic
bd2081c3b6
Desktop: Added toolbar button to switch spell checker language
2020-11-08 01:08:33 +00:00
Laurent Cozic
aa47ffb30f
Api: Added way to get the notes associated with a resource
2020-11-07 16:45:02 +00:00
Laurent Cozic
83b175bb5b
Api: Added ability to watch resource file
2020-11-07 16:32:08 +00:00
Laurent Cozic
04bfbec96b
Tools: Renamed package namespace from @joplinapp to @joplin
2020-11-07 15:59:37 +00:00
Laurent Cozic
cc07016b07
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00