git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f7f1df2
)
Enabled extended autolinks
author
Adam Dullage
<redacted>
Mon, 22 May 2023 18:48:31 +0000
(19:48 +0100)
committer
Adam Dullage
<redacted>
Mon, 22 May 2023 18:48:31 +0000
(19:48 +0100)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index 4588bc12ed1cf7f6e3ed09c57edf31af674394f7..be72d0605150cf0c235f5e473fd4d38868d4e593 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-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