All Projects → alemayhu → Notion To Anki

alemayhu / Notion To Anki

Licence: other
Easily convert your Notion Toggles to Anki flashcards ⭐️

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Notion To Anki

2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+86.27%)
Mutual labels:  convert, anki
Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-11.76%)
Mutual labels:  anki
Jc
CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
Stars: ✭ 967 (+848.04%)
Mutual labels:  convert
Chinese Hershey Font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Stars: ✭ 70 (-31.37%)
Mutual labels:  convert
Jsoncsv
a command tool easily convert json file to csv or xlsx
Stars: ✭ 43 (-57.84%)
Mutual labels:  convert
Youtube Channel Name Converter
A Youtube Channel Name to ID Converter
Stars: ✭ 75 (-26.47%)
Mutual labels:  convert
Lsankidb
☆ `ls` for your local Anki database.
Stars: ✭ 21 (-79.41%)
Mutual labels:  anki
Wx Voice
Convert audio files between Tencent apps (Weixin / Wechat, QQ) and Silk codec with other general formats such as MP3 and M4A
Stars: ✭ 93 (-8.82%)
Mutual labels:  convert
Timezone Support
Lightweight time zone support for your applications or other date libraries.
Stars: ✭ 90 (-11.76%)
Mutual labels:  convert
Chessli
A free and open source chess improvement app that combines the power of Lichess and Anki.
Stars: ✭ 64 (-37.25%)
Mutual labels:  anki
React Native Mov To Mp4
React native convert mov file to mp4 (iOS)
Stars: ✭ 54 (-47.06%)
Mutual labels:  convert
Ssfconv
Sogou input method skin file (.ssf file) converter, supports conversion to fcitx or fcitx5 format.
Stars: ✭ 44 (-56.86%)
Mutual labels:  convert
Syntax Highlighting
A fork of Tiago Barroso's Syntax Highlighting add-on with support for Anki 2.1
Stars: ✭ 75 (-26.47%)
Mutual labels:  anki
Audioworks
A cross-platform, multi-format audio conversion and tagging suite
Stars: ✭ 35 (-65.69%)
Mutual labels:  convert
Joytan
Creative Audio/Textbook Maker 🎵 📖 See our YouTube channel
Stars: ✭ 91 (-10.78%)
Mutual labels:  anki
Tech Terms
A repository of technical terms and definitions. As flashcards.
Stars: ✭ 30 (-70.59%)
Mutual labels:  anki
Swaggerjmx
The swagger UI interface document generates JMX files for JMeter to use.
Stars: ✭ 52 (-49.02%)
Mutual labels:  convert
Pythoncodeconvert
一个突发奇想得来的项目。利用Python语言的print实现编写其他语言的程序。
Stars: ✭ 72 (-29.41%)
Mutual labels:  convert
Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (-6.86%)
Mutual labels:  convert
Curl2httpie
covert command arguments between cURL and HTTPie
Stars: ✭ 92 (-9.8%)
Mutual labels:  convert

Notion to Anki logo

Netlify Status Discord Twitter

notion2Anki 💫 is a passion project 🕺🏾💃🏾 We are going to make this a good way to make Anki flashcards easier, better and faster.

  • You can convert your Notion toggle lists to Anki cards easily.
  • No technical skills required and 100% free to use by anyone anywhere 🤗
  • Support for embeds, audio files, images and more.

Sponsors

Scrimba.com

👩🏼‍🎓👨‍🎓️👨‍🏫️👩🏽‍🏫 Scrimba - the mind-blowing way to to code!

🎁 Support the Project

This project is brought to you by our amazing patrons and GitHub sponsors 🤩 Thank you!

Patreon ko-fi Buy Me A Coffee

GitHub Sponsor Paypal

You can also support the project financially and receive exclusive member benefits like ✨

  • Access to my Facebook messenger so you can DM me 24/7📱
  • Your name will be added to the BACKERS file on GitHub 🔝
  • Exclusive access to a private channel for supporters 💬
  • Early access to the updates feed on the development 📰
  • Lots of encouragement on your learning journey
  • Personal recorded thank you video 🤳🏾

How it works

notion2Anki treats toggle lists on the top level as Anki cards. The toggle list line is the front of the card and everything inside in the details is the back.

Considering how powerful cloze deletions are, they are the default note type. To see how this works in action check out this video by Alp Kaan: How to use cloze deletions in notion2anki 🤩

You can use the card type to flip which creates a mix of the cards. Basic (front & back), basic + reversed and just reversed.

So by default we are reading in the Notion styles which does not necessarily look good on all devices. Especially on iOS you can see some weird text alignment issues. Those can be solved by adding this to your card template:

body {
  padding: 1rem;
  text-align: left;
}

Background

This project was hacked together after seeing this post on Reddit by jacksong97:

Hey guys just need a little help with something.

I have a whole bunch of questions that I've written for myself within Notion (nested toggle questions). I was hoping I could transfer them into Anki cards fairly painlessly. I have done some just copying and pasting each side separately but it just took too long.

Is there a way to import directly or copy and paste into a txt file or something that will create the cards for me?

Thanks!

Edit: if I were to just turn them into a text file, how do I set which text goes to the back of the card? I’ve been able to get them all into seperate cards but just the fronts

https://www.reddit.com/r/Anki/comments/g29mzk/cards_imported_from_notion/

Roadmap

The dream is to have a powerful and easy to use process for producing high quality flashcards. Notion is super easy to use and Notion 2 Anki is just going to make the importing process and controlling the look of the cards / decks smooth. This project is a complement to Anki and Notion.

You can purpose changes via the Suggestions page.

Development

Please note that the Imba programming language v2 is currently in alpha so expect to see things breaking when you try stuff. When that is said, see below on how to actually run this 😄

I am assuming you have Node.js already installed, if not then see their website on how install it https://nodejs.org/en/

First make sure you have the dependencies installed

yarn # npm run install

Genanki dependencies are also needed, make sure you install them

pip3 install -r server/genanki/requirements.txt

Then in another terminal run

yarn watch # npm run watch

The previous command will continously build the project.

To actually see the app running you need to either visit the local url in a browser or launch the app with

yarn dev-server # npm run dev-server

Credits

Special thanks to following developers / artistans


Alexander Alemayhu

💻 👀 📖 📹

Alp Kaan Aksu

💻 📹

Mads Cordes

💻

Guillem Palau-Salvà

💬 🤔

Marcel Walk

💻

This would be super hard if it were not for the following projects:

See the package.json file for anything I missed.

License

Unless otherwise specified in the source:

The code is licensed under the MIT Copyright (c) 2020, Alexander Alemayhu

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].