Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement labels for cards to add finer granularity to interface #1

Open
ryananeff opened this issue Aug 27, 2015 · 2 comments
Open

Comments

@ryananeff
Copy link

Excellent app Ted. I definitely need something like this and will likely use it!

Not sure if this was meant to natively only display Anki decks, but it would be nice to import them into SQL and be able to add tags/labels on the fly.

@ryananeff ryananeff changed the title Implement labels for cards to add finer granuality to interface Implement labels for cards to add finer granularity to interface Aug 27, 2015
@powerpak
Copy link
Owner

powerpak commented Sep 4, 2015

Hey, thanks, and looks like you've made a great start on ehhapp-twilio!

So you might know that behind the scenes, Anki uses SQLite for everything. In fact, .APKG files contain a SQLite database file. If you meant that you'd want the web interface to allow adding of tags, that's an interesting idea, although right now this Anki plugin is definitely designed for export to web and not re-import; it's nice and cheap for the server to just read a static JSON file.

That being said it sounds like a cool idea, and if you made a pull request I would be interested. You'd probably need a more robust database for the Sinatra side.

@ryananeff
Copy link
Author

I might do something with it and fork the repo. I don't use Anki at the
moment but I may switch over when things start getting more complicated.

And yeah ehhapp-twilio was a lot of fun. Calling a number and talking with
your code is a really cool feeling. Everything is up and running right now
and I want to add a bunch more functionality to it (adding Google
Spreadsheets API to make appts possibly or adding an intelligent feature
which detects clinicians, for a start... the possibilities are endless) I
added you to the twilio acct and you should be able to call the number and
see that it works right now. We can talk about porting over the number and
any new feature requests at the next steering meeting.

On Fri, Sep 4, 2015 at 12:27 AM, Theodore Pak notifications@github.com
wrote:

Hey, thanks, and looks like you've made a great start on ehhapp-twilio!

So you might know that behind the scenes, Anki uses SQLite for everything.
In fact, .APKG files contain a SQLite database file
http://decks.wikia.com/wiki/Anki_APKG_format_documentation. If you
meant that you'd want the web interface to allow adding of tags, that's an
interesting idea, although right now this Anki plugin is definitely
designed for export to web and not re-import; it's nice and cheap for the
server to just read a static JSON file.

That being said it sounds like a cool idea, and if you made a pull request
I would be interested. You'd probably need a more robust database for the
Sinatra side.


Reply to this email directly or view it on GitHub
#1 (comment)
.

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

No branches or pull requests

2 participants