9dogs / notion-anki-sync

Sync Notion toggle lists to Anki cards.
GNU General Public License v3.0
55 stars 8 forks source link

if i want to make them into deferent decks,how to set it? #25

Open ysz2580 opened 1 year ago

ysz2580 commented 1 year ago

there are some errors about the position of photos.some be set in other flashcard,where it should't be.

ysz2580 commented 1 year ago

@9dogs thanks

9dogs commented 1 year ago

It's not possible for now to put cards into different decks. Could you describe your use case in more detail?

there are some errors about the position of photos.some be set in other flashcard,where it should't be.

Yes, this is a known issue, Notion HTML export mixes up images. I should rewrite the code to use the Notion API instead. No ETAs though.

ysz2580 commented 1 year ago

there are some error,how to address .,i add the code in like this “ void SelectSort(ElemType A[],int n){ for(i=0;i<n-1;i++){ min=j; for(j=i+1;j<n;j++) if(A[j]<A[min]) min=j; if(min!=i) swap(A[i],A[min]); } }” it is processed into " void SelectSort(ElemType A[],int n){ for(i=0;i "

ysz2580 commented 1 year ago

<>will eat the content in it,and i don't know wheather other bug