File tree 1 file changed +15
-1
lines changed 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,21 @@ Check out the [Wiki](https://github.com/Pseudonium/Obsidian_to_Anki/wiki)! It ha
18
18
3 . Have [ Obsidian] ( https://obsidian.md/ ) downloaded
19
19
4 . Search the 'Community plugins' list for this plugin
20
20
5 . Install the plugin.
21
- 6 . In Anki, navigate to Tools->Addons->AnkiConnect->Config, and change it to look like this: ![ AnkiConnect_Config] ( Images/AnkiConnect_ConfigREAL.png )
21
+ 6 . In Anki, navigate to Tools->Addons->AnkiConnect->Config, and change it to look like this:
22
+ <pre >
23
+ {
24
+ "apiKey": null,
25
+ "apiLogPath": null,
26
+ "webBindAddress": "127.0.0.1",
27
+ "webBindPort": 8765,
28
+ "webCorsOrigin": "http://localhost",
29
+ "webCorsOriginList": [
30
+ "http://localhost",
31
+ "app://obsidian.md"
32
+ ]
33
+ }
34
+ </pre >
35
+
22
36
7 . With Anki running in the background, load the plugin. This will generate the plugin settings.
23
37
24
38
You shouldn't need Anki running to load Obsidian in the future, though of course you will need it for using the plugin!
You can’t perform that action at this time.
0 commit comments