Skip to content

ExcaliBrain 0.0.14

Compare
Choose a tag to compare
@zsviczian zsviczian released this 29 May 07:05
· 90 commits to master since this release

Fix

  • Minor fix: if the same field is present multiple times in a document, and...
    • in one case the field includes a list of links field:: [[link 1]], [[link 2]],
    • in another case the list includes text or unresolved links e.g. field:: [[unresolved link]] or field:: some text and a [[link 3]]
    • the same field is also present in the frontmatter field: [[link 4]]
      Then ExcaliBrain did not pick up all the links.

Regarding dataview fields in frontmatter: please type the field names with lowercase letters and with "-" (dashs) instead of spaces. This is because for some reason Dataview only indexes frontmatter tags case-sensitively, while inline fields case-insensitively.