Sitemap
Level Up Coding

Coding tutorials and news. The developer homepage gitconnected.com && skilled.dev && levelup.dev

Follow publication

Introducing ankieditor.com: An Open Source Text Interface for Anki

5 min read8 hours ago

Introduction

Key Features

Ease of Use

Extensible Rich Text Editor with a Beautiful UI

Open Source

Setting up

Step 1: Install AnkiConnect

Step 2: Configure AnkiConnect

{
"apiKey": null,
"apiLogPath": null,
"ignoreOriginList": [],
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOriginList": [
"https://ankieditor.com"
]
}

Step 3: Apply Custom Styling

- collection.media
-- _FiraCode-Light.ttf
-- _FiraCode-Medium.ttf
-- _FiraCode-SemiBold.ttf
-- _Geist-Medium.ttf
-- _Geist-Regular.ttf
-- _Geist-SemiBold.ttf
-- Merriweather-Black.ttf
-- Merriweather-BlackItalic.ttf
-- Merriweather-Bold.ttf
-- Merriweather-BoldItalic.ttf
-- Merriweather-Light.ttf
-- Merriweather-LightItalic.ttf
-- Merriweather-Regular.ttf
-- MerriweatherSans-Bold.ttf
-- MerriweatherSans-BoldItalic.ttf
-- PlayfairDisplay-SemiBold.ttf
Copy the css and paste it into the styling section of the card

Functionality and Limitations

Examples

Math
code
Images
Mobile View

Conclusion

Level Up Coding
Neeraj Krishna

Written by Neeraj Krishna

I write about effective learning, technology, and deep learning | 2x top writer | senior data scientist @MakeMyTrip

No responses yet

Write a response