You've already forked obsidian-visualiser
Fix folder editing and add links updates on file rename
This commit is contained in:
@@ -50,11 +50,6 @@ export default defineEventHandler(async (e) => {
|
||||
content.content = convertFromStorableLinks(content.content);
|
||||
}
|
||||
|
||||
if(session && session.user && session.user.id !== content.owner)
|
||||
{
|
||||
content.content = content.content.replace(/%%(.+)%%/g, "");
|
||||
}
|
||||
|
||||
return { content: content.content };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user