We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a6082 commit 767484cCopy full SHA for 767484c
1 file changed
apps/obsidian/src/utils/createNode.ts
@@ -94,7 +94,7 @@ export const createDiscourseNodeFile = async ({
94
app.workspace.openLinkText(formattedNodeName, "", false);
95
});
96
97
- new Notice(notice, 4000);
+ new Notice(notice, 10000);
98
99
return newFile;
100
} catch (error) {
0 commit comments