Will we ever see a TaskPaper for iOS? I would definitely support a yearly sub for such a thing, and I’m sure many others would. I just wanted to get an idea of what your thought were for the future of TaskPaper.
I know there are clients such as Drafts, Editorial, Taskmator…they just don’t match up to the real thing.
I was literally just going to post this very question! I realize that it’s not on your radar, but…I’m begging you to reconsider. I love TaskPaper – it’s my latest, favorite app – and I’m now using in in conjunction w/ other apps (e.g., MarginNote). But would be so much better & easier for me to use it if there was a way to have certain files on an accessible iOS platform (e.g., shared on a DropBox folder). Any chance that’s possible…? Here’s hoping!
@jessegrosjean, your software is that good, and I really hope this can happen. It would vastly improve our ability to use if if there’s an iOS version…
Here is my @done script, which adds the current date:
let leftPad = (digit) => {
let str = digit.toString()
return digit >=10 ? str : 0 + str;
}
let date = new Date()
let year = leftPad(date.getFullYear())
let month = leftPad(date.getMonth() + 1)
let day = leftPad(date.getDate())
editor.replaceSelection(` @done(${year}-${month}-${day})`)
I’ve tried any and all apps that are compatible with TaskPaper and I just can’t obtain the same efficiency and features that TaskPaper provides. For instance, I use TaskPaper to organize my notes between MarginNote and DEVONthink and I use the links embedded as notes under projects and tasks to specific annotations, however the links are only detected in TaskPaper. TaskMator can detect them but you have to open a separate window and memorize the URL to know which to click. The rest don’t render them unless you use the proper markdown syntax which defeats the purpose of just embedding links as notes.
TaskPaper has met the precise crosspoint of elegance and simplicity with practicality and efficiency. That’s hard to accomplish and yet TaskPaper continues to hold strong in that position among many other apps.
Thanks so much for this - and I’m sorry for my late reply! Somehow, I didn’t get any notice that you posted this.
I’d mostly use certain TaskPaper files for my iPad - and I’d need to sync them. So, would you still suggest using 1Writer (or some other app) for that purpose, while setting it up to sync TaskPaper files?
I don’t quite follow how you used the JavaScript for the set up, but I’ll follow up with that later.
If I used Dropbox for syncing, I would probably use Editorial.
TaskMator lost data on me several times, so I won’t touch it now. It does have the advantage of being designed for TaskPaper, so you won’t have to do scripting.
Don’t worry about the scripting, until you choose an app (as they use different scripting languages).