Bỏ qua đến nội dung

Sync to Obsidian

Chờ xử lý #anki #addon #sync #obsidian
https://github.com/JYC333/Anki-Sync-to-Obsidian
26/10/2023

Cách tải addon Sync to Obsidian

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

327710559

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 327710559 và copy

10

Mô tả chi tiết

An add-on helps sync selected Anki note to your Obsidian vault.

This add-on is a complement for the Obsidian plugin Note Synchronizer(https://github.com/tansongchen/obsidian-note-synchronizer).

The generated note format follow the standard of note synchronizer.

The Ankiweb URL https://ankiweb.net/shared/info/327710559.

How to use Install the add-on in Anki with the code 327710559. Config heading level (check the Note Synchronizer page to have more details) and the absolute path of your Obsidian vault. In Windows, the abolute path could be like E:\<path>\<to>\<your>\<valut>\<ObsiaidianVaultName>. I don’t have any Mac devices, so sorry I can’t give any examples here in Mac system. Select the notes you want to sync in browser page, please switch to note to have more consistency. Select Sync to Obsidian in the tool bar twice, then the notes will be generated in Obsidian. It will create folders based on the deck hierarchy. Notice This add-on only generates note if there is no obsidian note has the same name as the first field of anki note. Do not use invalid file name character, it will cause problem when you want to use Note Synchronizer to sync back.


Liên kết hỗ trợ


Reviews (10)

👍 2026-01-09

for higher versions of anki, might require changing PyQt5 to PyQt6

👍 2024-09-01

I have followed the instructions But it is showing message: Failed to get attachment folder path using obsidian setting, using vault folder

One thing I can found out is that it is not working for cloze. Otherwise it’s working for basic note type

Kindly help me with this.

👍 2024-02-28

很好用!感謝原作者與你的修復!!

👍 2024-02-16

I simply fixed this add-on for Anki23 + and uploaded it to AnkiWeb. After the original add-on has been updated to Anki 23.10+, this fork is not needed.

Sync to Obsidian 🪨 (Fix for Anki 23 by Shige) https://ankiweb.net/shared/info/1979329733

👍 2024-02-11

In order to make it work with the newest version while waiting for an update. Go to addons, select Sync to Obsidian, press on view files.

Edit main.py in notepad/text edit/whatever editor by changing the line “from PyQt5.QtWidgets import QWidget” to “from aqt.qt import QWidget”

It will still receive updates even after changing this file btw. Don’t worry about it.

👍 2024-01-08

update pls :(

👍 2023-12-10

Anki 23.10 (51a10f09) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3 Platform: Windows-10-10.0.19041 Flags: frz=True ao=True sv=3 Add-ons, last update check: 2023-12-10 23:11:27

When loading Sync to Obsidian: Traceback (most recent call last): File “aqt.addons”, line 244, in loadAddons File “C:\Users\32002\AppData\Roaming\Anki2\addons21\327710559_init_.py”, line 1, in <module> from . import main File “C:\Users\32002\AppData\Roaming\Anki2\addons21\327710559\main.py”, line 17, in <module> fro

👍 2023-08-29

Please provide an example on how to specify the absolute path. I don’t know how the escape sequences work in whatever language this is written in. Comment from author Updated in description. And here is the example. E:\\&lt;path&gt;\\&lt;to&gt;\\&lt;your&gt;\\&lt;valut&gt;\\&lt;ObsiaidianVaultName&gt;

👍 2023-04-11

Thank you so much! It helped me a lot!

👍 2023-02-04

https://github.com/tansongchen/obsidian-note-synchronizer is need “Anki Connect”

but Sync to Obsidian (327710559) is no need “Anki Connect”

is it correct? Comment from author Sorry, I didn’t know I can reply here actually, just found the reply function today…

You are right, this one doesn’t need “Anki Connect” and the note-synchronizer is need “Anki Connect”.