Devansh Jhawar33 downloadsView and navigate your Kirio web highlights inside your notes.
You can use the Kirio Web Highlighter Chrome Extension here - https://chromewebstore.google.com/detail/einiamlaimngbponhhedmmgbjepgeclo?utm_source=item-share-cb
The official companion Obsidian plugin for the Kirio Web Highlighter. Seamlessly sync your web highlights, notes, and annotations directly into your Obsidian vault.
Kirio bridges the gap between your web research and your personal knowledge management system by bringing all your colored highlights into a dedicated, searchable sidebar right inside Obsidian.
Currently, this plugin is installed manually. Follow these steps to add it to your vault:
<Your Vault>/.obsidian/plugins/. (If the plugins folder doesn't exist, create it).plugins named exactly: kirio-highlightskirio-highlights folder:main.jsmanifest.jsonstyles.css> [!kirio-pink] [Page Title ↗](https://example.com#kirio-123)
> "This is your highlighted text perfectly preserved."
If you want to modify and build the plugin yourself:
obsidian-plugin folder.npm install
npm run build
npm run dev
(Tip: You can use a script or symlink to automatically copy the built files into your vault's .obsidian/plugins/kirio-highlights directory during development).