server icon indicating copy to clipboard operation
server copied to clipboard

Server to create Anki flashcards faster, easier and better today ⭐️

Results 281 server issues
Sort by recently updated
recently updated
newest added

``` const backSide = (() => { let _b = b; if (this.settings.maxOne) { _b = this.removeNestedToggles(b); } if (this.settings.perserveNewLinesInSummary) { _b = replaceAll(_b, "\n", ""); } return _b; })();...

bug
notion-api

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.

![Screenshot 2021-12-20 at 10 53 46 AM](https://user-images.githubusercontent.com/925044/146748155-3ba6f095-f4c8-4046-ac17-4fc8df120aae.png)

- [ ] 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...

high-priority

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...

enhancement