Skip to content

Fix duplicate card and remove unnecessary <br > tag.#141

Open
bigshans wants to merge 3 commits into
debanjandhar12:mainfrom
bigshans:main
Open

Fix duplicate card and remove unnecessary <br > tag.#141
bigshans wants to merge 3 commits into
debanjandhar12:mainfrom
bigshans:main

Conversation

@bigshans

Copy link
Copy Markdown
  1. The core problem is not dealing with conflicting cards.
  2. Issue Multiline swift arrow cards #106 and issue Duplicate cards on Anki #116 are the same problem.

Comment thread src/syncLogseqToAnki.ts Outdated
});
//scanProgress.increment();
console.log("Notes:", notes);
console.log("Notes:", notes.length);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is logging scheme may potentially cause confusion to other debuggers. It is suggested that this line be reverted.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I reverted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants