Skip to content

0.1.0

Choose a tag to compare

@nsyout nsyout released this 15 Jun 03:10
· 17 commits to main since this release
0.1.0
b3390d3

First public release.

Concordance writes a list of [[wikilinks]] into a clearly-marked block in
any note you designate as an index. Content outside the block is never
touched, so your indexes can mix prose, headings, callouts, and the
auto-generated list in one file.

Added

  • Four ways to scope an index in a single plugin: filename prefix,
    folder, tag, or frontmatter property.
  • Diff-before-write modals for single and bulk updates so changes can be
    reviewed before any file is saved.
  • Read-only check command to preview pending changes across the vault
    without modifying anything.
  • Configurable per-block link style (auto / name / path) and sort
    (name / path).
  • Global folder and filename exclusions applied across every mode.
  • Safety boundary: only content between %% concordance:start %% and
    %% concordance:end %% is rewritten.