1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/ReactNativeClient/lib
Laurent Cozic 3d8577a689 Plugins: Added support for content scripts
- For now, supports Markdown-it plugins
- Also fixed slow rendering of notes in some cases
- Simplified how Markdown-It plugins are created and cleaned MdToHtml code

commit 89576de289
Merge: c75aa21f 5292fc14
Author: Laurent Cozic <laurent@cozic.net>
Date:   Wed Oct 21 00:23:00 2020 +0100

    Merge branch 'release-1.3' into plugin_content_scripts

commit c75aa21ffd
Author: Laurent Cozic <laurent@cozic.net>
Date:   Wed Oct 21 00:19:52 2020 +0100

    Fixed tests

commit 075187729d
Author: Laurent Cozic <laurent@cozic.net>
Date:   Wed Oct 21 00:11:53 2020 +0100

    Fixed tests

commit 14696b8c65
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Oct 20 23:27:58 2020 +0100

    Fixed slow rendering of note

commit 61c09f5bf8
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Oct 20 22:35:21 2020 +0100

    Clean up

commit 9f7ea7d865
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Oct 20 20:05:31 2020 +0100

    Updated doc

commit 98bf3bde8d
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Oct 20 19:56:34 2020 +0100

    Finished converting plugins

commit fe90d92e01
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Oct 20 17:52:02 2020 +0100

    Simplified how Markdown-It plugins are created

commit 47c7b864cb
Author: Laurent Cozic <laurent@cozic.net>
Date:   Mon Oct 19 16:40:11 2020 +0100

    Clean up rules

commit d927a238bb
Author: Laurent Cozic <laurent@cozic.net>
Date:   Mon Oct 19 14:29:40 2020 +0100

    Fixed tests

commit 388a56c5dd
Author: Laurent Cozic <laurent@cozic.net>
Date:   Mon Oct 19 14:00:47 2020 +0100

    Add support for content scripts
2020-10-21 00:23:55 +01:00
..
commands Desktop: Simplified and improve command service, and added command palette 2020-10-18 21:52:10 +01:00
components Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
hooks Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
images
joplin-renderer Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
migrations Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
models Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
renderers Desktop: Fixes #3618: Fix links within Mermaid documents 2020-09-02 22:44:24 +01:00
services Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
sql-extensions Desktop: Fuzzy search (#3632) 2020-09-06 13:07:00 +01:00
themes Desktop: UI update (#3586) 2020-09-15 14:01:07 +01:00
vendor Get NTP time working on Android 2020-09-09 10:56:17 +01:00
ArrayUtils.js Desktop: Resolves #2683: Go To Anything by body (#2686) 2020-03-28 13:05:00 +00:00
AsyncActionQueue.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
BaseApplication.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
BaseModel.js Desktop: Simplified and improve command service, and added command palette 2020-10-18 21:52:10 +01:00
BaseSyncTarget.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
Cache.js
checkPermissions.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
ClipperServer.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
CssUtils.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
database-driver-node.js Cli: Fixed crash due to missing spellfix extension 2020-09-23 12:14:17 +01:00
database-driver-react-native.js Desktop: Fuzzy search (#3632) 2020-09-06 13:07:00 +01:00
database.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
dialogs.js Revert "Mobile: Refactored and made dialog boxes more reliable" 2020-06-13 16:20:59 +01:00
DropboxApi.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
envFromArgs.js Desktop: Resolves #2773: Add support for system keychain to save sensitive settings (#3207) 2020-06-03 17:07:50 +01:00
errorUtils.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
EventDispatcher.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
eventManager.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
file-api-driver-amazon-s3.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
file-api-driver-dropbox.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
file-api-driver-local.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
file-api-driver-memory.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
file-api-driver-onedrive.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
file-api-driver-webdav.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
file-api.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
folders-screen-utils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
fs-driver-base.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
fs-driver-dummy.js
fs-driver-node.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
fs-driver-rn.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
geolocation-node.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
geolocation-react.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
HtmlToMd.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
htmlUtils.js Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
import-enex-html-gen.js Desktop, Cli: Fixes #3402: Fixed import of checkboxes in ENEX files 2020-06-28 18:55:47 +01:00
import-enex-md-gen.js Desktop, Cli: Import <strike>,<s> tags (strikethrough) from Evernote (#3936) 2020-10-20 11:47:48 +01:00
import-enex.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
InMemoryCache.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
joplin-database.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
JoplinError.js
JoplinServerApi.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
locale.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
Logger.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
markdownUtils.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
markJsUtils.js
markupLanguageUtils.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
mime-utils-types.js Desktop: Fixed issue with setting filename for edited attachments 2020-06-09 19:15:43 +00:00
mime-utils.js Desktop: Fixed issue with setting filename for edited attachments 2020-06-09 19:15:43 +00:00
ModelCache.js
net-utils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
ntpDate.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
ObjectUtils.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
onedrive-api-node-utils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
onedrive-api.js Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
package.json
parameters.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
parseUri.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
path-utils.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
PoorManIntervals.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
promise-utils.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
randomClipperPort.js
react-logger.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
reducer.ts Desktop: Simplified and improve command service, and added command palette 2020-10-18 21:52:10 +01:00
registry.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
reserved-ids.js Desktop: Resolves #262: Implement "show all notes" (#2472) 2020-02-22 11:25:16 +00:00
resourceUtils.js
ShareExtension.ts Android: Resolves #2896: Enable sharing to Joplin on Android (#2870) 2020-06-04 18:40:44 +01:00
shareHandler.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
shim-init-node.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
shim-init-react.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
shim.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
string-utils-common.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
string-utils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
Synchronizer.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetAmazonS3.js All: Resolves #3691: Added support for a custom S3 URL (#3921) 2020-10-20 11:44:11 +01:00
SyncTargetDropbox.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetFilesystem.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetMemory.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetNextcloud.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetOneDrive.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetOneDriveDev.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
SyncTargetRegistry.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
SyncTargetWebDAV.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
TaskQueue.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
TemplateUtils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
theme.ts Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
time-utils.js Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
urlUtils.js
uuid.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
versionInfo.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
WebDavApi.js Plugins: Added support for content scripts 2020-10-21 00:23:55 +01:00
welcomeAssets.js Update website 2020-06-20 02:57:32 +01:00
WelcomeUtils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00