The export (and import) also includes a 'tags' field, which I think should be added to the BIP329 spec. Tags are useful for organizing data, such as sorting, filtering, grouping, etc. Tags are already a well-known concept. Git, for example, supports tags and its quite versatile. Hledger already has a primitive for it, so it maps cleanly to the import/export.
Thank you!
The export (and import) also includes a 'tags' field, which I think should be added to the BIP329 spec. Tags are useful for organizing data, such as sorting, filtering, grouping, etc. Tags are already a well-known concept. Git, for example, supports tags and its quite versatile. Hledger already has a primitive for it, so it maps cleanly to the import/export.