Currently, the wiki CLI reference implementation contains support for parsing Microdata attributes (e.g. extracting wiki: CURIE references from itemid, href, or src attributes).
To keep the core v1 parser implementation (linked-markdown-py and linked-markdown-ts) simple, lightweight, and focused purely on frontmatter and standard markdown/wikilink parsing, Microdata support is deferred to a v2 future enhancement.
This issue is to discuss where and how Microdata fits into the design in the future (e.g., as parser extensions, plugin configurations, or part of a secondary metadata extraction layer).
Currently, the wiki CLI reference implementation contains support for parsing Microdata attributes (e.g. extracting
wiki:CURIE references fromitemid,href, orsrcattributes).To keep the core v1 parser implementation (
linked-markdown-pyandlinked-markdown-ts) simple, lightweight, and focused purely on frontmatter and standard markdown/wikilink parsing, Microdata support is deferred to a v2 future enhancement.This issue is to discuss where and how Microdata fits into the design in the future (e.g., as parser extensions, plugin configurations, or part of a secondary metadata extraction layer).