Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdnh/vscode-ankiwebify
VS Code extension to convert Markdown to the HTML supported by AnkiWeb
https://github.com/abdnh/vscode-ankiwebify
anki ankiweb vscode vscode-extension
Last synced: about 2 months ago
JSON representation
VS Code extension to convert Markdown to the HTML supported by AnkiWeb
- Host: GitHub
- URL: https://github.com/abdnh/vscode-ankiwebify
- Owner: abdnh
- License: mit
- Created: 2023-05-14T21:40:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T17:23:41.000Z (7 months ago)
- Last Synced: 2024-06-23T08:58:04.578Z (7 months ago)
- Topics: anki, ankiweb, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=abdo.ankiwebify
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This VS Code extension converts Markdown to the HTML/Markdown accepted by [AnkiWeb](https://ankiweb.net/).
It's intended for use by Anki add-on developers to make it easier to prepare an AnkiWeb description from an existing GitHub README.md.The extension provides the "Convert to AnkiWeb HTML" command that converts selected Markdown (or the whole file if there is no selection) to HTML and writes the result to the clipboard. If run in a Git repository, it'll try to use the remote URL and current branch to rewrite relative links so that they work without changes if pasted to AnkiWeb.
**NOTE**: As of August 2023, AnkiWeb supports a basic set of Markdown features. Special handling for newlines was removed as a result (yay!). This extension is still useful to convert relative links and to handle missing features (Heading syntax is not recognized for example).
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for a list of changes.