Resources Integration for Obsidian.md
👥 Accelerate your workflow by accessing your resource websites (like SharePoint or OneNote) directly inside Obsidian
- Install it using BRAT
- Manual folder creation
- Create a folder named
obsidian-folder-resources
in your vault's plugins folder (<vault>/.obsidian/plugins/
). - Download
main.js
,styles.css
andmanifest.json
from the latest release and put them in theobsidian-folder-resources
folder. - Enable the plugin in Settings -> Community plugins -> Installed plugins
- Create a folder named
TODO
Please consider supporting the plugin. The two easiest ways to support the plugin are either by starring ⭐ the repository or by donating any amount on Ko-fi ❤️. Thank you!
All contributions are welcome! Here's how you can help:
- Create a fork of the repository
- Create a branch with a descriptive name
- Make your changes
- Debug the plugin using
npm run dev
- Create a pull request
- Wait for the review