Enabled extended autolinks
authorAdam Dullage <redacted>
Mon, 22 May 2023 18:48:31 +0000 (19:48 +0100)
committerAdam Dullage <redacted>
Mon, 22 May 2023 18:48:31 +0000 (19:48 +0100)
flatnotes/src/components/NoteViewerEditor.vue

index 4588bc12ed1cf7f6e3ed09c57edf31af674394f7..be72d0605150cf0c235f5e473fd4d38868d4e593 100644 (file)
@@ -191,7 +191,10 @@ export default {
       noteLoadFailed: false,
       noteLoadFailedIcon: null,
       noteLoadFailedMessage: "Failed to load Note",
-      viewerOptions: { plugins: [codeSyntaxHighlight] },
+      viewerOptions: {
+        plugins: [codeSyntaxHighlight],
+        extendedAutolinks: true,
+      },
       editorOptions: { plugins: [codeSyntaxHighlight] },
     };
   },
git clone https://git.99rst.org/PROJECT