feat(anki): nvim integration

This commit is contained in:
arne314
2024-12-31 17:36:27 +01:00
parent 7bacdd53c1
commit 1c844e482b
9 changed files with 82 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ class TypstCompiler:
card.set_svgs(front, back)
async def compile_flashcards(self, cards: List[Flashcard]):
print(f"Compiling {len(cards)} flashcards...")
print(f"Compiling {len(cards)} flashcards...", flush=True)
semaphore = asyncio.Semaphore(self.max_processes)
async def compile_coro(card):