Skip to content

0.2.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:14
a454c55

Two fixes to templated Input fields — the type that gives a value a fixed shape, {{room}} · {{unit}}-{{level}}. Both were found by playing the feature by hand before filming it, not by a report.

Fixed

  • Editing one part of a templated value no longer wipes the others. The guided form opened with blank controls and re-rendered the whole template on any change, so correcting the level in Study · A-3 stored · -7 and lost the room. A value already in the note is now read back into its parts — literals escaped, one capture per placeholder, a dropdown matched against its own choices — and a value that doesn't fit the template still leaves the controls empty, as before
  • The value you already had stays readable while you retype it. The preview is the value being built, and the first control you touch rewrites it — so for a value stored before the template existed, which fills no control, the preview was the only copy of it on screen. It now sits above the controls as Current value, selectable and never rewritten

Learning the plugin

A new take, A field with a fixed shape (2:53), opens the Input templates page: three books saying where they are shelved in three different ways, one template, and a library that ends up speaking one shape. https://www.youtube.com/watch?v=OmUgluPZal0

Eighteen videos now, thirty-nine minutes, one feature each: https://mdelobelle.github.io/fileclass/videos/

Compatibility: minAppVersion 1.12.7. Fileclass builds on the core Bases plugin, which needs to be enabled.