Skip to content

v1.1.0

Choose a tag to compare

@a-und-b a-und-b released this 13 Jun 13:55
· 3 commits to main since this release

New

  • Dropdown pickers — "Wildcards" and "Tags" combos on the node insert tokens with a click (alternative to typing the autocomplete syntax).
  • `Card Title` — reference a YAML card directly by title (resolves to one of its prompts, applying its Prefix/Suffix), in addition to `<[tag]>` aggregation.
  • Tag autocomplete — typing `<[` now suggests card Tags.

Fixed

  • Autocomplete now works in Nodes 2.0 (Vue renderer), not just the legacy canvas renderer.
  • Suggestions are selectable by mouse click, and the textarea keeps focus afterwards.
  • Accepting a suggestion no longer inserts a truncated string (widget value sync).
  • Removed a duplicate `/ab_wildcard/wildcards` API route.

Chore

  • `pytest` moved out of runtime `requirements.txt` into `requirements-dev.txt`.
  • Added a text-processing test suite.