Limit aliases to first instance only #196
Replies: 2 comments
|
This is now the default behaviour in Breadcrumbs v4. When a view renders a node with its alias, it uses only the first alias — the comma-joined list described here no longer happens. Implemented in the graph engine's node stringifier ( Tracked as #237 (now closed). Closing this as resolved. 🍞 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the matrix/list view, is there a way to limit Breadcrumbs to only show the first alias of notes which have multiple aliases?
Not sure if this already exists or will be a feature request. There are often times I find it useful to add several aliases to each note to streamline in-text linking with readable formatting. (e.g. different date formats, or different combinations of names and initials). When Breadcrumbs shows every alias separated by commas it adds a lot of clutter to the matrix making it harder to read. By limiting to one, The first alias could be used as the most readable title-version while maintaining full use of the other aliases elsewhere.
Thanks for a great plugin!
All reactions