A tiny plugin that docks right in UnityEditor that allows you to take (Obsidian.md style markdown) notes easily and quickly.
- copy the repo-url (https://github.com/OikoumE/Obsidity.git)
- open unity package manager
- click "add from github"
- paste URL
The 'Obsidity Welcome' window should appear. (you can always find it by going to 'Window>Obsidity>Obsidity Intro')
When you initialize a Vault, the Intro window will close, and the editor window will appear in its place.
After initializing you can access the Obsidity Editor via 'Window>Obsidity>Obsidity Editor'.
If you want to use Obsidian.md to read the notes, simply open Obsidian, in the bottom left corner you have the "Vault Manager", click it and select "Open folder as vault", navigate to '/Assets/Obsidity/'.
you should see a <.obsidian> folder present, accept and Obsidian.md should automatically open a new window.
Currently the plugin requires all fields to be filled to save a file. You can hit Shift+Enter to save, if enabled and the large input field has focus.
When saving with Obsidity, new files are saved to: 'Assets/Obsidity//ObsidityNotes'. If you pair Obsidian.mb to the vault, new notes created with Obsidian is saved to ObsidianNotes. (the Obsidian save path can be changed via '/Assets/Obsidity//.obsidian/app.json' or via Obsidian settings)
cant promise anything but you can try opening an issue here in the repo
OpenSauce
26/11/24:
added export_unitypackage.yml workflow- changed from exporting unitypackage to importing github repo workflow 01/12/24:
- added (multiple) settings and a few minor changes