-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support headings in vulpea-meta #75
Comments
hey! looks like an interesting library, I've been taking bits from your blog for a while. my use-case within org/-roam is heavily headline reliant, so in looking to use this library I just hacked up something which achieves a precursor to this issue -- getting org AST data, scoped to subtree, where point can come from I haven't gone so far as to limit the extent of the collection here (as is possible with I will follow up with a concrete application of this, but this is probably enough to drop inplace of Line 181 in 398ca17
drop this into a buffer to try it out
|
oh, and I see you're considering the use of org-ml, which would supersede this procedural mutating approach -- but likely not the the result, a narrowed parse tree for the 'plain-list of a given heading -- I have been meaning to look into an equivalent set of traversal operations for other headline-wise operations, but I currently rely on imperative-org-command style ops across the board |
@qzdl thanks for sharing your code :) not sure when, but I am planning to support headlines out of box :) |
sounds lovely! will be keeping an eye out! |
Landed here because of #135; @d12frosted will this functionality support all headlines out of the box or only those that are specifically tagged with an In the case that all headlines are supported, will there be a way to configure/disable the behaviour? For context, the way I use
To be clear this isn't a deal breaker in any sense; the value that |
@d4ncer That's a good question. My thinking was the following.
So no decision on this end. But thanks for sharing your use case!
All I can say - ❤️ Happy you find it useful 😸 |
I use vulpea library for taking botanical notes, there're many species headlines exist within a single genus buffer, if headlines are supported by vulpea-meta, it will be perfect! By the way, vine is an elaborate library although I don't drink wine very much, the code itself help me a lot! Thanks a lot! |
@sagehan this is on my radar. Can't provide any ETA, as I struggle to perform even my full-time job tasks due to war. But hopefully I will start working on this soon enough.
Great! I am happy you find it useful. Being a showcase for |
Right now by definition metadata can be placed only on the file-level. When #35 is implemented, we can support heading-level metadata.
The text was updated successfully, but these errors were encountered: