You've already forked obsidian-visualiser
Convert list texts to a separate i18n text, allowing translation and fixing action/passive/... removal. Character sheet now use the character compiler.
This commit is contained in:
@@ -106,5 +106,5 @@ function _useSession(event: H3Event) {
|
||||
|
||||
sessionConfig = runtimeConfig.session;
|
||||
}
|
||||
return useSession<UserSession>(event, sessionConfig)
|
||||
return useSession<UserSession>(event, sessionConfig);
|
||||
}
|
||||
Reference in New Issue
Block a user