You've already forked obsidian-visualiser
Add dynamic text compiling and dynamic children list rendering on DOM.
This commit is contained in:
@@ -51,7 +51,7 @@ export const characterTable = table("character", {
|
||||
people: text().notNull(),
|
||||
level: int().notNull().default(1),
|
||||
variables: text({ mode: 'json' }).notNull().default('{"health": 0,"mana": 0,"spells": [],"items": [],"exhaustion": 0,"sickness": [],"poisons": []}'),
|
||||
aspect: int(),
|
||||
aspect: text().notNull(),
|
||||
public_notes: text(),
|
||||
private_notes: text(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user