BaseForm adds an editable Form view to Obsidian Bases. Each note is displayed as an interactable form, with the selected properties stacked vertically.



.base file.List fields use one item per line. If you clear a number, date, or date-and-time field, BaseForm keeps the property with an empty value. File and formula properties stay visible, but you cannot edit them.
BaseForm uses Obsidian's assigned property types when they are available. If an untyped property is empty in every matching note, BaseForm first uses a text field.
BaseForm shows some values as read-only to prevent accidental data loss. This includes nested data, non-text lists, and date-and-time values with timezone suffixes.
The repository includes base-form-demo-vault. It contains a configured base and sample notes for every supported property type. See base-form-demo-vault/README.md for the walkthrough.
npm install
npm run build
main.js, manifest.json, and styles.css to:<Vault>/.obsidian/plugins/base-form/
For watch mode, run npm run dev. On Windows, ./scripts/build-to-demo-vault.ps1 builds the plugin and installs it into the included demo vault.
npm run lint
npm test
npm run build
BaseForm runs locally. It does not make network requests, collect analytics, or send vault data anywhere.