-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hierarchy notes should support next prev field #327
Comments
This is a reasonable FR, I'll see if I can make it happen! |
@HananoshikaYomaru I've added support for this in the latest update (hasn't been released yet as of writing this). Please let me know if it works for you |
now that there is a way to specify a (different) prev-next order in hierarchy notes, e.g.:
1.2 is next of 1.1 |
I'd also like this feature! I believe it was also requested in #392 |
`- [[xx]]
Structures like this should be recognizable by nature |
The original FR is implemented as requested. You can override the default field using Thank you to @adzcai for your PR. Unfortunately the timing didn't work with my rewrite to v4, but I appreciate your effort nonetheless! |
thanks 🔥
Thanks for the continuous improvement of the plugin. I honestly think this is one of the greatest plugin in the community.
request
As title. The current hierarchy note only support up same down relation. The following should be supported such that people can stick to this hierarchy option.
[[1.2]]
appear two times in the hierarchy. One is fordown
relation of[[1]]
, one is fornext
relation of[[1.1]]
.I hope this make sense.❤️
The text was updated successfully, but these errors were encountered: