chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

Add prev & next sibling edges to ents #132

Open chipsenkbeil opened 3 years ago

chipsenkbeil commented 3 years ago

Necessary in scenarios where the element is a top-level block element and doesn't have a parent element for us to use to then search for children. Will also provide proper ordering when trying to find next.