
Knowledge Objects renders semantic objects stored in Markdown as interactive components in Obsidian.
The initial release supports local music objects.
music fenced code blocks as audio playersCreate a fenced music block:
title: Rising Force
artist: Yngwie Malmsteen
src: Assets/music/rising-force.mp3
cover: Assets/images/rising-force.jpg
Both src and cover use vault-relative paths.
Once the plugin is available in the Obsidian Community Plugins directory:
Knowledge Objects.Download the following files from the latest GitHub release:
main.jsmanifest.jsonstyles.cssPlace them in:
<Vault>/.obsidian/plugins/knowledge-objects/
Then restart Obsidian and enable the plugin.
Future versions may support additional semantic objects such as papers, repositories, books, movies, and games.
MIT