Laurent Cozic
|
12187b9da3
|
Mobile: Fixed mobile build
|
2021-01-27 17:42:58 +00:00 |
|
Laurent Cozic
|
ea49242f24
|
Plugins: Add support for joplin.plugins.installationDir to allow accessing external files packaged with the plugin
|
2021-01-27 12:48:47 +00:00 |
|
Laurent Cozic
|
774be9cc0d
|
Desktop: Do not allow installing plugins incompatible with current app version
|
2021-01-24 18:45:42 +00:00 |
|
Laurent Cozic
|
a320e113ac
|
Plugins: Add support for joplin.plugins.require API to allow using sqlite3 or fs-extra from a plugin
|
2021-01-24 18:03:33 +00:00 |
|
Laurent Cozic
|
cbd842c268
|
Plugins: Add support for plugins.dataDir function, to provide a path for plugin to store its own data
|
2021-01-24 15:51:35 +00:00 |
|
Laurent Cozic
|
63559ac8b9
|
Tools: Apply eslint rule "no-multi-spaces"
|
2021-01-23 15:51:19 +00:00 |
|
Laurent Cozic
|
86610e7561
|
Converted models and services to TypeScript
|
2021-01-22 17:41:11 +00:00 |
|
Laurent Cozic
|
469143c2e8
|
Plugins: Fixed dropdown settings
|
2021-01-22 00:55:58 +00:00 |
|
Laurent Cozic
|
63493214a0
|
Desktop: Move plugin settings under separate section in config menu
|
2021-01-21 22:40:14 +00:00 |
|
Laurent Cozic
|
f9b0e2f6df
|
Tools: Various improvements on plugin-repo-cli
|
2021-01-21 00:12:59 +00:00 |
|
Laurent Cozic
|
f37d37e613
|
Desktop: Allow updating a plugin
|
2021-01-19 22:58:09 +00:00 |
|
Laurent Cozic
|
5aa5089ae0
|
Plugins: Add support for "keywords" manifest field
|
2021-01-12 15:34:59 +00:00 |
|
Laurent Cozic
|
e595e19c0d
|
Typo
|
2021-01-12 02:27:56 +00:00 |
|
Laurent Cozic
|
2489409abb
|
Plugins: Added support for bi-directional messages in content scripts and webview scripts using postMessage
|
2021-01-11 23:33:10 +00:00 |
|
Caleb John
|
b7313568de
|
Desktop: Fixes #4338: Some commands were no longer working (#4343)
|
2021-01-11 22:17:34 +00:00 |
|
Laurent Cozic
|
023170548f
|
Plugins: Added joplin.settings.onChange event
|
2021-01-08 22:20:59 +00:00 |
|
Laurent Cozic
|
c9f40ea23f
|
Desktop, Cli: Resolves #4310: Do not display error message when fixing ENEX resource mime type
|
2021-01-08 17:49:53 +00:00 |
|
Caleb John
|
c484c88715
|
Desktop: Fix issue that was preventing editor context menu from being refreshed (#4303)
|
2021-01-08 16:35:23 +00:00 |
|
Laurent Cozic
|
32dab88054
|
Tools: Fixed validatePluginId test
|
2021-01-07 19:30:29 +00:00 |
|
Laurent Cozic
|
6dc5a816e5
|
Desktop: Add support for searching and installing plugins from repository
|
2021-01-07 16:30:53 +00:00 |
|
Laurent Cozic
|
7114228fd6
|
Validate plugin ID
|
2021-01-06 20:27:04 +00:00 |
|
Laurent Cozic
|
8d4d438136
|
Tools: Updated script to build plugin repository
|
2021-01-06 20:23:23 +00:00 |
|
Laurent Cozic
|
b5fc206202
|
Plugins: Added joplin.workspace.selectedFolder()
|
2021-01-04 16:49:59 +00:00 |
|
Laurent Cozic
|
794fb6a122
|
Plugins: Fixes #4285: Allow API paths that contain 4 elements
|
2021-01-04 16:17:06 +00:00 |
|
Laurent Cozic
|
3e948146cd
|
Generator: Resolves #4229: Add support for compiling content script
|
2021-01-03 13:21:48 +00:00 |
|
Laurent Cozic
|
34c1096307
|
Plugins: Allow loading external JS or CSS from dialog
|
2021-01-02 16:21:32 +00:00 |
|
Laurent Cozic
|
5b295d5f6f
|
Plugins: Add support for hiding and showing panels
|
2021-01-02 13:32:15 +00:00 |
|
Laurent Cozic
|
d2771029a3
|
Server: Support for notifications and clean up
|
2020-12-30 18:35:18 +00:00 |
|
Laurent Cozic
|
5dc3baa50c
|
Desktop: Removed warning for Markdown editor spell checking
|
2020-12-23 23:19:35 +00:00 |
|
Laurent Cozic
|
5826a8d373
|
Desktop, Cli: Improved error handling when importing ENEX files
|
2020-12-23 17:25:26 +00:00 |
|
Laurent Cozic
|
db4f6e9ce5
|
Chore: Fixed mobile build
|
2020-12-20 07:52:28 +00:00 |
|
Laurent Cozic
|
1aebcbb27c
|
Merge branch 'dev' of github.com:laurent22/joplin into dev
|
2020-12-19 22:17:48 +00:00 |
|
Caleb John
|
2529da5b09
|
Desktop: Fixes #4130: Register Markdown editor commands with the Keyboard Shortcut editor (#4136)
|
2020-12-19 17:57:41 +00:00 |
|
Laurent Cozic
|
d1a7d31335
|
Desktop: Use plugins whenever printing or exporting notes
Ref: https://discourse.joplinapp.org/t/external-css-per-note-is-being-ignored/13016/6
|
2020-12-19 17:42:18 +00:00 |
|
Laurent Cozic
|
9f8e6a3060
|
Plugins: Add support for context menu items on notebooks and tags
|
2020-12-11 13:28:59 +00:00 |
|
Laurent Cozic
|
5cd9114334
|
Chore: access modifiers on classes
|
2020-12-11 12:29:21 +00:00 |
|
Laurent Cozic
|
65cc6853bd
|
Plugins: Added a way to execute commands from Markdown-it content scripts
|
2020-12-11 12:00:24 +00:00 |
|
Laurent Cozic
|
bc76e4a918
|
Plugins: Fixed disabling plugin files that start with "_"
|
2020-12-10 16:45:00 +00:00 |
|
Laurent Cozic
|
5cafc8cea5
|
Chore: Fixed a few links that were broken after Lerna upgrade
|
2020-12-10 15:13:29 +00:00 |
|
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 |
|