3 Open Issues Need Help Last updated: Aug 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The Obsidian Simple Anki Sync plugin is encountering an error ('cannot create note because it is empty') when attempting to sync notes to Anki. Debugging is required to identify why the plugin is creating empty notes, potentially related to how markdown tables are being processed or handled by the plugin's AnkiConnect interaction. This may involve inspecting the plugin's code, particularly lines 86 and 21, and testing different markdown table formats to pinpoint the source of the empty note creation.

Complexity: 4/5
help wanted

AI Summary: The user is encountering an error while attempting to manually install the 'Simple Anki Sync' Obsidian plugin on Windows 11. The error indicates that Git is not recognized, meaning Git needs to be installed and added to the system's PATH environment variable before the manual installation steps can be completed. The user should install Git for Windows, configure the PATH, and then retry the manual installation process outlined in the project README.

Complexity: 3/5
help wanted