shfattig

Results 21 comments of shfattig

I've implemented a working solution that handles (almost) every symbol and created a pull request #437. There are a few things that I'd love @maintainers help and insight on, so...

I guess the real question is - How much does TaskWiki rely on VimWiki for its functionality?

After trying some things out, at least immediately it looks like applying loading the TaskWiki plugin based on a user-specified path or pattern may be easy enough, but the syntax...

I updated the tests similarly to the rest of the code but haven't actually run them (I know, I know - but it's \*working\*!) However, I am thinking that it's...

I "tested" many different symbols and characters, and the only one I found that had issues was `\` (understandably) -- is the best way to handle this just by preventing...

I don't think you need to care about how the syncing is done, as long as you can read and write json to an arbitrary directory selected by the user

SyncThing is peer to peer so it works across the internet. I think the initial connection is made on LAN for ease/security

Question - have you embedded the taskwarrior binary in your Android app? Or how do you accomplish the TW functionality? I'm impressed that you handle so many features in the...

It looks like you already have the json export! Just need to read it as well

> > Question - have you embedded the taskwarrior binary in your Android app? Or how do you accomplish the TW functionality? I'm impressed that you handle so many features...