logseq-anki-sync

An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.

AGPL-3.0 License

Stars
450
Committers
10

Bot releases are hidden (Show)

logseq-anki-sync - v1.2.0

Published by debanjandhar12 over 2 years ago

This is a somewhat major update. This fixes some of the issues with the new renderer introduces in v1.0.0.

Changelog:

logseq-anki-sync - v1.1.1

Published by debanjandhar12 over 2 years ago

This is a minor bug fix release.

Changelog:

logseq-anki-sync - v1.1.0

Published by debanjandhar12 over 2 years ago

This is a major(?) release.
This introduces mainly two things: (a) Minor change in behavior of Multiline Card. (b) Page Embed Support

Details regarding new behavior of Multiline Cards

Multiline Cards now include all sub-children blocks by default #28. This behavior can be changed by using depth-* tags or depth property.
For example, #depth-1 or depth:: 1 can be added to only show the direct children only (old behavior of the plugin).

Changelog:

logseq-anki-sync - v1.0.1

Published by debanjandhar12 over 2 years ago

This is a minor bug fix release.

Changelog:

  • fix: Rendering issue with double }} in multiline cards #25
  • fix: Newly created replacecloze cards not parsing in latest logseq version a243f7d830c7f8e01e2d9eb55a328f4909777f30
logseq-anki-sync - v1.0.0

Published by debanjandhar12 over 2 years ago

The is a major release (around 30% of code was changed). Please make backup in anki before doing sync.

This release introduces a new renderer built over mldoc. This means the behavior of output anki html will be somewhat (not exactly) similar to logseq.
Also, this means that org mode will be somewhat supported. I will be frank - the org mode support is bad right now as I am not very familiar with org mode. Please create issue if you encounter any problem, especially org mode or md rendering ones so I can add those to test cases.

Changelog:

  • feat: switched rendering to a hacky custom renderer built over mldoc's export html function.
  • feat: basic org mode support #1
  • feat: incremental multiline cards https://github.com/debanjandhar12/logseq-anki-sync/wiki/How-to-make-incremental-multiline-cards%3F
  • feat: add support for block embedded
  • chore: added docs for using custom css, incremental cards etc..
  • chore: removed some console debugging statements
  • fix: children of multiline cards not getting rendered properly #14
  • fix: ignore multicards that do not have children and are not reversed or bidirectional #17 #16
logseq-anki-sync - v0.3.1

Published by debanjandhar12 almost 3 years ago

This is a minor bug fix release.
Also, apparently AnkiConnect has a new version so please update. The new version of AnkiConnect fixes an important bug in newer versions of Anki.

Changelog:

  • fix: error due to invalid uuid when blocks are deleted but logseq query returns old data.
  • some more minor changes
logseq-anki-sync - v0.3.0

Published by debanjandhar12 almost 3 years ago

Since there wasn't any data loss reported till now starting from the very beginning, I guess it is time to get out of testing. Frankly it was really improbable as most of the code was from my other project. Also, i have been using the plugin around 3 months even before release on GitHub.

Changelog:

logseq-anki-sync - v0.2.2

Published by debanjandhar12 almost 3 years ago

This is forth alpha release.

Changelog:

  • fix: plugin failing to work properly in logseq graph with spaces in graph name
  • Minor tweaks
logseq-anki-sync - v0.2.1

Published by debanjandhar12 almost 3 years ago

This is third alpha release.

Changelog:

  • Plugin is finally available in marketplace. 🥳
  • fix: prevent empty cards creation while making multiline cards
  • fix: error due to non-page refs in multiline cards
  • More bug fixes...
logseq-anki-sync - v0.2.0

Published by debanjandhar12 almost 3 years ago

This is second alpha release.

Changelog:

  • Added a confirm dialog with details of actions that are going to be performed before syncing.
  • Updated documentation
logseq-anki-sync - v0.1.1

Published by debanjandhar12 almost 3 years ago

This is first alpha release.

Changelog:

  • Quality Improvements
  • Added documentation for extra details
logseq-anki-sync - v0.1.0

Published by debanjandhar12 almost 3 years ago

This is second (and final) beta release.

Changelog:

  • Cloze Org Blocks
  • #flashcard support for making Multi line cards
  • Direction Tags for Multi line cards
  • Better error msg
  • Bug fixes
logseq-anki-sync - v0.0.52

Published by debanjandhar12 almost 3 years ago

This is first beta release.