GithubHelp home page GithubHelp logo

stvad / anki2roam Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 44 KB

Anki exporter to Markdown or HTML preserving SRS scheduling information in a way compatible with Roam Toolkit

License: MIT License

Python 91.06% Jupyter Notebook 8.94%
anki roamresearch roam spaced-repetition

anki2roam's Introduction

Hi there, I'm Vlad ๐Ÿ‘‹

Here are some of the more popular things I've built:

anki2roam's People

Contributors

stvad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

anki2roam's Issues

Collection uploaded no decks are found

Hi there,

I followed the instructions as per the binder on both MacOS and Windows10 and am getting the following error.

`---------------------------------------------------------------------------
DBError Traceback (most recent call last)
/srv/conda/envs/notebook/lib/python3.7/site-packages/ipywidgets/widgets/widget_output.py in inner(*args, **kwargs)
101 self.clear_output(*clear_args, **clear_kwargs)
102 with self:
--> 103 return func(*args, **kwargs)
104 return inner
105 return capture_decorator

/tmp/ipykernel_75/1513846262.py in show_decks(change)
25 Path(collection_fname).write_bytes(change['new'][filename]['content'])
26
---> 27 collection = Collection(collection_fname, log=True)
28 select_deck.options=tuple(collection.decks.allNames())
29 collection.close()

/srv/conda/envs/notebook/lib/python3.7/site-packages/anki/collection.py in init(self, path, backend, server, log)
53 self.server = server
54 self.path = os.path.abspath(path)
---> 55 self.reopen()
56
57 self.log(self.path, anki.version)

/srv/conda/envs/notebook/lib/python3.7/site-packages/anki/collection.py in reopen(self, after_full_sync)
269 media_folder_path=media_dir,
270 media_db_path=media_db,
--> 271 log_path=log_path,
272 )
273 else:

/srv/conda/envs/notebook/lib/python3.7/site-packages/anki/rsbackend_gen.py in open_collection(self, collection_path, media_folder_path, media_db_path, log_path)
466 )
467 output = pb.Empty()
--> 468 output.ParseFromString(self._run_command(63, input))
469 return output
470

/srv/conda/envs/notebook/lib/python3.7/site-packages/anki/rsbackend.py in _run_command(self, method, input)
265 err = pb.BackendError()
266 err.ParseFromString(err_bytes)
--> 267 raise proto_exception_to_native(err)
268
269

DBError: DBError { info: "", kind: FileTooNew }`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.