1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Add a Rich Text Editor (#12748)

This commit is contained in:
Henry Heino
2025-07-29 12:25:43 -07:00
committed by GitHub
parent c899f63a41
commit 4c3eca1f18
154 changed files with 6405 additions and 1805 deletions

View File

@@ -1,9 +1,10 @@
const injectedJs = {
webviewLib: require('@joplin/lib/rnInjectedJs/webviewLib'),
codeMirrorBundle: require('../../lib/rnInjectedJs/codeMirrorBundle.bundle'),
svgEditorBundle: require('../../lib/rnInjectedJs/svgEditorBundle.bundle'),
webviewLib: require('../../lib/rnInjectedJs/webviewLib'),
markdownEditorBundle: require('../../lib/rnInjectedJs/markdownEditorBundle.bundle'),
richTextEditorBundle: require('../../lib/rnInjectedJs/richTextEditorBundle.bundle'),
imageEditorBundle: require('../../lib/rnInjectedJs/imageEditorBundle.bundle'),
pluginBackgroundPage: require('../../lib/rnInjectedJs/pluginBackgroundPage.bundle'),
noteBodyViewerBundle: require('../../lib/rnInjectedJs/noteBodyViewerBundle.bundle'),
rendererBundle: require('../../lib/rnInjectedJs/rendererBundle.bundle'),
};
export default injectedJs;