server
server copied to clipboard
Server to create Anki flashcards faster, easier and better today ⭐️
``` const backSide = (() => { let _b = b; if (this.settings.maxOne) { _b = this.removeNestedToggles(b); } if (this.settings.perserveNewLinesInSummary) { _b = replaceAll(_b, "\n", ""); } return _b; })();...
We need a basic way to delete all of the persisted user data. Basically batch requests to all resources - [ ] Delete all jobs - [ ] Delete all....
If a database conversion job is started and user switches to another workspace, it's possible to lose access and the conversion will never finish. We can do 3 retries and...
The default behaviour is to increment the index from 1 to n depending on the number of code blocks. This behaviour is undesired for some users who just want to...
We want to reduce the number of downloads triggered for a image. There is no point in generating unique names depending on where they appear.

- [ ] add link for magic link in login form - [ ] generate magic link using token with expiration - [ ] send email with magic link
It's currently taking 10min+ to deploy changes from `next` to `master`. This is bad since it's slowing down development time. ### Problems - [ ] We are not making any...
Was hoping to add support for this but deffered in favour of early release.
On Discord abi says > Alemayhu..... Are you looking at incorporating cloze within toggles, would open more possibilities. > I am currently using a table and would like to use...