fangface-hub97 downloadsAdds Pandoc-style Inline Attribute Lists to Obsidian Markdown.
Obsidian Markdown Dialect – IAL adds Pandoc-style Inline Attribute Lists to Obsidian, enabling custom IDs, classes, and attributes directly in Markdown.
#id).class)key=value)Apply IAL filters to active file.npm install
npm run dev
Run lint:
npm run lint
Build production bundle:
npm run build
Use one of the following version bump scripts depending on the scope of changes:
npm run version:patchx.y.z -> x.y.(z+1))npm run version:minorx.y.z -> x.(y+1).0)npm run version:majorx.y.z -> (x+1).0.0)Each script updates package.json, package-lock.json, manifest.json, and versions.json together.
manifest.json version.main.js, manifest.json, styles.css (optional), versions.json (recommended).Notes:
manifest.json in the default branch must be up to date before submission.id must be unique and must not contain obsidian.