-
Notifications
You must be signed in to change notification settings - Fork 136
Setup
Pseudonium edited this page Dec 14, 2020
·
4 revisions
- Start up Anki, and navigate to your desired profile.
- Ensure that you've installed AnkiConnect.
- Have Obsidian downloaded
- Search the 'Community plugins' list for this plugin
- Install the plugin.
- In Anki, navigate to Tools->Addons->AnkiConnect->Config, and change it to look like this:
- Restart Anki to apply the above changes.
- With Anki running in the background, load the plugin. This will generate the plugin settings.
You shouldn't need Anki running to load Obsidian in the future, though of course you will need it for using the plugin!
- Install the latest version of Python.
- If you are a new user, download
obstoanki_setup.py
from the releases page, and place it in the folder you want the script installed (for example your notes folder). - Run
obstoanki_setup.py
, for example by double-clicking it in a file explorer. This will download the latest version of the script and required dependencies automatically. Existing users should be able to run their existingobstoanki_setup.py
to get the latest version of the script. - Check the Permissions tab below to ensure the script is able to run.
- Run
obsidian_to_anki.py
, for example by double-clicking it in a file explorer. This will generate a config file,obsidian_to_anki_config.ini
.
The script needs to be able to:
- Make a config file in the directory the script is installed.
- Read the file in the directory the script is used.
- Make a backup file in the directory the script is used.
- Rename files in the directory the script is used.
- Remove a backup file in the directory the script is used.
- Change the current working directory temporarily (so that local image paths are resolved correctly).