mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
feat(anki): nvim integration
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user