nekton
nekton
I have named it new_title for now, but if you have a suitable name, I would appreciate suggestions.
I use inline fields as well. If you are going to go with this as a spec, I would use Vault.read myself to get the inline fields. However, Vault.read is...
Perhaps you'd like to check out https://github.com/blacksmithgu/datacore/blob/master/src/index/types/markdown.ts field of the array instead of returning [0] in the array. ```js public field(key: string): Field | undefined { return MarkdownPage.FIELD_DEF(this, key)? [0];...