Dendron v0.10.5 Release Notes

Release Date: 2020-09-11 // over 3 years ago
  • ✨ Enhancements

    • refs: support wildcard refs (7161363)

    When you're referencing a header by reference, sometimes you don't care what the next header is, just that the reference covers all text up to the next header. You can now specify this using the * symbol in a header reference.

    For example, the following would reference the content from header1 to the next header.

    ((ref:[[demo.embed.block]]#head1:#*))
    

    🍱

    • refs: more intelligent ref copying (6f1906f)

    If you have a header selected while running this command, it will copy the note ref with the selected header to the next note ref 🍱

    • pods: use consistent interface for import/export (6a824dd)