Skip to content

Commit 6b6baa5

Browse files
authored
Changed picture to code
1 parent 68fd18d commit 6b6baa5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@ Check out the [Wiki](https://github.com/Pseudonium/Obsidian_to_Anki/wiki)! It ha
1818
3. Have [Obsidian](https://obsidian.md/) downloaded
1919
4. Search the 'Community plugins' list for this plugin
2020
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+
2236
7. With Anki running in the background, load the plugin. This will generate the plugin settings.
2337

2438
You shouldn't need Anki running to load Obsidian in the future, though of course you will need it for using the plugin!

0 commit comments

Comments
 (0)