We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28462bc + 9294a54 commit 72b889dCopy full SHA for 72b889d
src/components/NoteRich.vue
@@ -94,6 +94,7 @@ export default {
94
this.editor = (await window.OCA.Text.createEditor({
95
el: this.$refs.editor,
96
fileId: parseInt(this.noteId),
97
+ filePath: this.note.internalPath,
98
readOnly: false,
99
onUpdate: ({ markdown }) => {
100
if (this.note) {
0 commit comments