You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads-up; this change will become effective as soon as srid/neuron#570 is resolved (I'll comment here once that's done).
There is (will be) another change in neuron query JSON structure, but this time ... it is a positive one (as it obviates having to hack into internal plugin data, which will no longer contain the tags).
Use the following to pull tags out of a zettel structure.
# Get tags for https://www.srid.ca/pass
$ neuron query --id="Pass with GPG"2> /dev/null | jq .Meta.tags
[
"blog"
]
$
Note that Meta will contain pretty much everything the user specifies in the YAML frontmatter of Markdown (or org-mode heading properties, as soon as we implement that for v2). So "tags" is not a special field; it is just part of the generic metadata that neuron exposes, eg:
Just a heads-up; this change will become effective as soon as srid/neuron#570 is resolved (I'll comment here once that's done).
There is (will be) another change in
neuron query
JSON structure, but this time ... it is a positive one (as it obviates having to hack into internal plugin data, which will no longer contain the tags).Use the following to pull tags out of a zettel structure.
Note that
Meta
will contain pretty much everything the user specifies in the YAML frontmatter of Markdown (or org-mode heading properties, as soon as we implement that for v2). So "tags" is not a special field; it is just part of the generic metadata that neuron exposes, eg:The text was updated successfully, but these errors were encountered: