HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gohberg

no profile record

Submissions

Show HN: Notetime, minimalistic timestamped notes, now ready for iOS

notetimeapp.com
2 points·by gohberg·hace 4 meses·0 comments

Notetime: Minimalistic notes where everything is timestamped

notetimeapp.com
193 points·by gohberg·el año pasado·132 comments

comments

gohberg
·el año pasado·discuss
what do you mean by thread number?

the notes will always add at the bottom

Did you expect a different behavior?
gohberg
·el año pasado·discuss
added a share option in the note editor, let me know what you think
gohberg
·el año pasado·discuss
thanks for that!
gohberg
·el año pasado·discuss
you mean sharing a note externally with someone over the internet?

I could probably do something like that, based on URL-encoding, but it will have a limit of approx ~ 2000 characters
gohberg
·el año pasado·discuss
timestamping content that is not text is on my list, was too complicated for an MVP which I wasn't sure someone would even want :)
gohberg
·el año pasado·discuss
its a 100% client-side react app, there are no server requests except from the first one creating the anonymous user. the local DB is SQLite implementation that supports offline mode and cloud sync (not enabled in this version)
gohberg
·el año pasado·discuss
I share your obsession I even planned a search-by-timestamp feature, and then scrapped it because I thought that its too weird and who-does-this
gohberg
·el año pasado·discuss
thanks! by local you mean a mac/windows app? that would be a major endeavour :)
gohberg
·el año pasado·discuss
thanks! is txt format enough? initially thought of csv, since its a 2 column structure
gohberg
·el año pasado·discuss
hiding the seconds is a great idea, I'll add a minute/second granularity option
gohberg
·el año pasado·discuss
thanks, an oversight, I'll fix it
gohberg
·el año pasado·discuss
not sure if you are sarcastic or not :) but export is planned next
gohberg
·el año pasado·discuss
Thanks for the warm feedback! I see that self hosting is a popular request so I'll start planning it :)
gohberg
·el año pasado·discuss
the approach here was to combine the simplicity of apple notes, working across devices, with the automatic time-stamping found in the desktop ecosystem of tools.

Obsidian/SublimeText users are probably not the target audience for this :)
gohberg
·el año pasado·discuss
this is the answer :) fixing errors should not alter the timeline I assumed that editing timestamps is also quite problematic since it will break the chronological order of the note
gohberg
·el año pasado·discuss
nice idea, but this can make you start a new line and go back to it after a while, making it refer to a stale date?
gohberg
·el año pasado·discuss
that's a great suggestion

how do you think we can make it more obvious?
gohberg
·el año pasado·discuss
what suggested thing are you referring to? probably will open this once I un-embarassify the code :)
gohberg
·el año pasado·discuss
thanks, good catch! I'll fix that.
gohberg
·el año pasado·discuss
thanks! no export yet since I wasn't sure how it would look like what kind of export formats are you interested in?