No description
Find a file
2024-09-10 16:37:28 +02:00
.github/workflows Narrow down GH action permission 2022-07-19 18:20:19 +02:00
imgs Updated README 2022-06-06 00:58:29 +02:00
src fix(checkbox): persist value change 2023-08-05 08:32:25 +02:00
.editorconfig Removed console.log & fixed .editorconfig 2022-05-10 23:39:38 +02:00
.eslintignore Initial commit 2022-05-10 19:43:06 +02:00
.eslintrc Allow error & warn console logs in eslint 2022-09-25 00:29:20 +02:00
.gitignore Add option to set output directory 2022-06-18 22:46:22 +02:00
.npmrc Initial commit 2022-05-10 19:43:06 +02:00
.prettierrc.json Added checkboxes to boolean values 2022-05-10 23:28:38 +02:00
esbuild.config.mjs Fix TS error & return its build check 2022-07-23 20:04:57 +02:00
LICENSE Add MIT license 2022-07-23 20:06:55 +02:00
manifest.json fix(checkbox): persist value change 2023-08-05 08:32:25 +02:00
package-lock.json Version 0.1.3 2022-08-28 15:35:26 +02:00
package.json fix(checkbox): persist value change 2023-08-05 08:32:25 +02:00
README.md Update README.md 2024-09-10 16:37:28 +02:00
styles.css Stretch out autocompletion definition fields in the plugins settings pane 2022-11-30 23:44:05 +01:00
tsconfig.json Added checkboxes to boolean values 2022-05-10 23:28:38 +02:00
version-bump.mjs Added checkboxes to boolean values 2022-05-10 23:28:38 +02:00
versions.json fix(checkbox): persist value change 2023-08-05 08:32:25 +02:00

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

Checkboxes

  • 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

Pages Autocomplete

Other Plugins

Compatible

Incompatible

  • Various Complements This plugin is not compatible with the with the "Complement automatically" setting turned on (see #2).

Attributions