1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

All: Extract note renderer to separate package (WIP) (#2206)

* Started updating to use external renderer package

* Added way to build renderer assets

* Done mobile compatilibty

* Upgrade joplin-renderer

* Added joplin-renderer package
This commit is contained in:
Laurent Cozic
2019-12-29 18:58:40 +01:00
committed by GitHub
parent 1d660d7141
commit 2a63ecef2a
63 changed files with 1130 additions and 3672 deletions

View File

@@ -199,10 +199,6 @@ shim.waitForFrame = () => {
shim.injectedJs = name => '';
shim.loadCssFromJs = name => {
throw new Error('Not implemented');
};
let isTestingEnv_ = false;
shim.isTestingEnv = () => {