I've been building a Markdown note-taking app for 3 years
21–30 of 282 posts
Re: I've been building a Markdown note-taking app for 3 years
#22I would love, love, love if I could self-host this and would happily pay a fee if it meant I got the source for the backend and could do that. Product looks great, but I will hold off until I find such an option. I have been looking for years for a viable self-hosted Evernote/OneNote replacement I can sync between devices. Takuya; You can differentiate from your competitors on business model!
Re: I've been building a Markdown note-taking app for 3 years
#23Re: I've been building a Markdown note-taking app for 3 years
#24Earlier quoted context omitted.
But Bear is also subscription based? Which buy-once app are you using.
Yeah, but Bear has this huge following around it already and is OSX native, although it is missing e2e encryption support so Inkdrop has this going for it. As for me I'm just using sublime text with a bunch of plugins and Markor on my phone. Resilio to sync between the devices.
Re: I've been building a Markdown note-taking app for 3 years
#25The smart scroll on the editor is pretty nice. I don't know of any other Markdown app with dual view that does this.
Re: I've been building a Markdown note-taking app for 3 years
#26I would love, love, love if I could self-host this and would happily pay a fee if it meant I got the source for the backend and could do that. Product looks great, but I will hold off until I find such an option. I have been looking for years for a viable self-hosted Evernote/OneNote replacement I can sync between devices. Takuya; You can differentiate from your competitors on business model!
It may or may not have all the features of Takuya's app though.
Re: I've been building a Markdown note-taking app for 3 years
#27Re: I've been building a Markdown note-taking app for 3 years
#28Eerily, I have also been building a Markdown note-taking app alone for 2 years [0]. It is also e2e encrypted, but compared to Inkdrop, needs more work on the UI. But it works perfectly as a CLI.
Re: I've been building a Markdown note-taking app for 3 years
#29I like these apps because I’ve been trying note taking for 30 years and have had many false starts of solo projects over the years. So when someone releases it makes me a little happy. I like markdown because the interoperability is high. I’d like a command line way to just create a new note in one line that gets stuck somewhere that can be added on or moved around later (eg, “note Inkdrop should be investigated and…
> My problem is that phones are just too slow for me to fire up and start a note How so? Is your phone really old and slow or something? On my iPhone X it takes two touches from the home screen to get into the notes app (first touch) and start a new note (second touch), and this takes about two seconds (I measured the time). Not counting the touches or time taken to unlock the phone and to get to the home screen but…
It’s probably only 2 seconds vs 1 second. Not a huge time amount.
Re: I've been building a Markdown note-taking app for 3 years
#30I like these apps because I’ve been trying note taking for 30 years and have had many false starts of solo projects over the years. So when someone releases it makes me a little happy. I like markdown because the interoperability is high. I’d like a command line way to just create a new note in one line that gets stuck somewhere that can be added on or moved around later (eg, “note Inkdrop should be investigated and…
> I’d like a command line way to just create a new note in one line that gets stuck somewhere that can be added on or moved around later On the Mac, I wrote an Alfred workflow that lets me type "c this is a note" in Alfred, hit and the line is appended to a file called "cap.txt". I then go through that file at the end of the day. On iOS, I just use Reminders app's quick launch action to create a new Reminder and go t…