No More Collab. Fixes #449
* Fully removes real-time collaboration * URL scheme rewrite
This commit is contained in:
@@ -74,7 +74,7 @@ export function inlineImagesPlugin(editor: Editor) {
|
||||
let url = imageRexexResult.groups.url;
|
||||
const title = imageRexexResult.groups.title;
|
||||
if (url.indexOf("://") === -1) {
|
||||
url = `/.fs/${url}`;
|
||||
url = decodeURI(url);
|
||||
}
|
||||
widgets.push(
|
||||
Decoration.widget({
|
||||
|
||||
Reference in New Issue
Block a user