mirror of
https://github.com/dsarman/better-inline-fields.git
synced 2026-07-22 06:40:26 +00:00
No description
| .github/workflows | ||
| imgs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.json | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Better Inline Fields
Simple Obsidian plugin that aims to improve work with Dataview inline fields (like Some Field:: value).
Features
- Checkbox that allows toggling of inline boolean values
- Autocompletion of field values based on pages in a configured folder (needs dataview plugin).
- Takes aliases into account.
- Regexp can be used to search the autocomplete values by prefixing the text with regexp trigger (configurable in settings, "/" by default).
Field:: /.*a.*b
Other Plugins
Compatible
- Checklist Soundeffects - allows one to add sound effects when toggling checkboxes.
Incompatible
- Various Complements This plugin is not compatible with the with the "Complement automatically" setting turned on (see #2).
Attributions
- The settings suggest input uses code from obsidian-periodic-notes

