.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
GPL3
LICENSES
Note_when_updating.txt
PYGMENTS_AUTHORS
README.md
pyproject.toml
docs/Anki_import_example.webp
docs/CLI_demo.mp4
docs/Demo-cloze-addon.webp
docs/Demo-cloze-answer.webp
docs/Demo-cloze-split-screen-addon.webp
docs/Demo-cloze-standard.webp
docs/Demo-split-screen.webp
docs/Demo-update.webp
docs/Demo_highlight.gif
docs/How_to_find_styling.mp4
docs/How_to_make_type_in_cloze.mp4
docs/Main-demo_1.webp
docs/Terminal-demo.webp
docs/Usage_demo1.webp
docs/Usage_demo2.webp
docs/Usage_demo3.webp
docs/cloze_example.webp
docs/light_mode_cloze.webp
docs/mobile_cloze_demo.webp
docs/mobile_demo.webp
docs/rose-pine.webp
frontend/build_theme_builder.js
frontend/esbuild.js
frontend/esbuild_themes.js
frontend/esbuild_watch.js
frontend/main_test.html
frontend/package-lock.json
frontend/package.json
frontend/tsconfig.json
frontend/src/main.ts
frontend/src/style/anki_specific.sass
frontend/src/style/base.sass
frontend/src/style/layout.sass
frontend/src/style/main.sass
frontend/src/style/themeless_main.sass
frontend/src/style/CSS Themes/Highlighting styles/catpuccin_latte.css
frontend/src/style/CSS Themes/Highlighting styles/catpuccin_macchiato.css
frontend/src/style/CSS Themes/Highlighting styles/rose_pine.css
frontend/src/style/CSS Themes/Highlighting styles/rose_pine_dawn.css
frontend/src/style/CSS Themes/UI Themes/catpuccin_latte.css
frontend/src/style/CSS Themes/UI Themes/catpuccin_macchiato.css
frontend/src/style/CSS Themes/UI Themes/rose_pine.css
frontend/src/style/CSS Themes/UI Themes/rose_pine_dawn.css
frontend/src/style/CSS Themes/full_themes/catpuccin_latte.css
frontend/src/style/CSS Themes/full_themes/catpuccin_macchiato.css
frontend/src/style/CSS Themes/full_themes/rose_pine.css
frontend/src/style/CSS Themes/full_themes/rose_pine_dawn.css
frontend/src/style/modules/highlight/README.md
frontend/src/style/modules/highlight/highlight.sass
frontend/src/style/modules/tab/README.md
frontend/src/style/modules/tab/tab.sass
frontend/src/style/modules/tab_group/README.md
frontend/src/style/modules/tab_group/tab_group.sass
frontend/src/style/utilities/general.sass
frontend/src/style/utilities/normalize.sass
src/markdown2anki/__init__.py
src/markdown2anki/logger.py
src/markdown2anki/output_handler.py
src/markdown2anki/template for coding cards.md
src/markdown2anki/version_check.py
src/markdown2anki.egg-info/PKG-INFO
src/markdown2anki.egg-info/SOURCES.txt
src/markdown2anki.egg-info/dependency_links.txt
src/markdown2anki.egg-info/entry_points.txt
src/markdown2anki.egg-info/requires.txt
src/markdown2anki.egg-info/top_level.txt
src/markdown2anki/config/Markdown2Anki.apkg
src/markdown2anki/config/configs_handle.py
src/markdown2anki/config/first_config.py
src/markdown2anki/config/parse_args.py
src/markdown2anki/config/welcome_message.txt
src/markdown2anki/config/config_setup/__init__.py
src/markdown2anki/config/config_setup/casters.py
src/markdown2anki/config/config_setup/validators.py
src/markdown2anki/md_2_anki/__init__.py
src/markdown2anki/md_2_anki/process_card/__init__.py
src/markdown2anki/md_2_anki/process_card/compile/__init__.py
src/markdown2anki/md_2_anki/process_card/compile/custom_plugins/obsidian_image_plugin.py
src/markdown2anki/md_2_anki/process_card/compile/custom_plugins/obsidian_link_plugin.py
src/markdown2anki/md_2_anki/process_card/extract/__init__.py
src/markdown2anki/md_2_anki/process_card/format/formatters.py
src/markdown2anki/md_2_anki/process_card/format/wrappers.py
src/markdown2anki/md_2_anki/process_card/swap/__init__.py
src/markdown2anki/md_2_anki/process_clozes/__init__.py
src/markdown2anki/md_2_anki/process_images/__init__.py
src/markdown2anki/md_2_anki/utils/__init__.py
src/markdown2anki/md_2_anki/utils/card_error.py
src/markdown2anki/md_2_anki/utils/card_types.py
src/markdown2anki/md_2_anki/utils/common_types.py
src/markdown2anki/md_2_anki/utils/debug_tools.py
src/markdown2anki/utils/common_types.py
src/markdown2anki/utils/debug_tools.py
tests/__init__.py
tests/conftest.py
tests/assets/input.md
tests/assets/images/2010.jpg
tests/assets/images/WAAAA.jpeg
tests/assets/images/MORE/Toing.jpg
tests/assets/images/MORE/oiter.jpg
tests/assets/images/MORE/vruM.jpg
tests/assets/images/MORE/YES_ME/FroW.jpeg
tests/assets/images/MORE/YES_ME/i_am_a_forest_fire.jpeg
tests/assets/images/MORE/exclude_me_too/mmmm.jpg
tests/assets/images/exclude_me/fkboi.jpeg
tests/assets/inputs/welcome_user_exit1.txt
tests/assets/inputs/welcome_user_exit2.txt
tests/assets/inputs/welcome_user_good.txt
tests/integration/config/test_handle_configs.py
tests/integration/config/test_welcome_user.py
tests/integration/md_2_anki/process_card/test_process_card.py
tests/integration/md_2_anki/process_card/extract/test_extract_tab.py
tests/integration/md_2_anki/process_card/format/test_formatting.py
tests/integration/md_2_anki/process_card/swap/test_get_swapped_card.py
tests/integration/md_2_anki/process_clozes/test_clozes_processing.py
tests/integration/md_2_anki/process_images/test_process_images.py
tests/setup/__init__.py
tests/setup/config_file_patch.py
tests/unit_tests/config/test_configs_handle.py
tests/unit_tests/config/test_first_config.py
tests/unit_tests/config/test_setup_typeConfig.py
tests/unit_tests/md_2_anki/process_card/compile/test_obsidian_image_plugin.py
tests/unit_tests/md_2_anki/process_card/compile/test_obsidian_wikilink_plugin.py
tests/unit_tests/md_2_anki/process_card/extract/test_extract_cards.py
tests/unit_tests/md_2_anki/process_card/extract/test_extract_tabs_bodies.py
tests/unit_tests/md_2_anki/process_card/extract/test_extract_tabs_labels.py
tests/unit_tests/md_2_anki/process_card/extract/test_parse_flags.py
tests/unit_tests/md_2_anki/process_card/extract/test_parse_tab_label.py
tests/unit_tests/md_2_anki/process_card/format/test_format_tab.py
tests/unit_tests/md_2_anki/process_card/format/test_format_tab_group.py
tests/unit_tests/md_2_anki/process_card/swap/test_create_back_tabs_list.py
tests/unit_tests/md_2_anki/process_card/swap/test_create_front_tabs_list.py
tests/unit_tests/md_2_anki/process_card/swap/test_get_swap_mappings.py
tests/unit_tests/md_2_anki/process_clozes/test_are_clozes_in_card.py
tests/unit_tests/md_2_anki/process_clozes/test_clean_code_from_clozes.py
tests/unit_tests/md_2_anki/process_clozes/test_get_clozes.py
tests/unit_tests/md_2_anki/process_clozes/test_hash_clozes.py
tests/unit_tests/md_2_anki/process_clozes/test_replace_cloze_text_with_hashes.py
tests/unit_tests/md_2_anki/process_images/test_find_image_path.py
tests/unit_tests/md_2_anki/process_images/test_get_images_sources.py
theme_builder/README.md
theme_builder/main.js
theme_builder/test.html
theme_builder/style/Hightlight_theme_template.css
theme_builder/style/UI_theme_template.css
theme_builder/style/themeless_main.css
themes/README.md
themes/catpuccin_latte.css
themes/catpuccin_macchiato.css
themes/rose_pine.css
themes/rose_pine_dawn.css
themes/docs/catpuccin-latte.webp
themes/docs/catpuccin-macchiato.webp
themes/docs/rose-pine-dawn.webp
themes/docs/rose-pine.webp