You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +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:
10
ReactNativeClient/lib/migrations/27.js
Normal file
10
ReactNativeClient/lib/migrations/27.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const Setting = require('lib/models/Setting');
|
||||
|
||||
const script = {};
|
||||
|
||||
script.exec = async function() {
|
||||
Setting.setValue('markdown.plugin.softbreaks', Setting.value('markdown.softbreaks'));
|
||||
Setting.setValue('markdown.plugin.typographer', Setting.value('markdown.typographer'));
|
||||
};
|
||||
|
||||
module.exports = script;
|
||||
Reference in New Issue
Block a user