HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gohberg

no profile record

Submissions

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

notetimeapp.com
2 points·by gohberg·vor 4 Monaten·0 comments

Notetime: Minimalistic notes where everything is timestamped

notetimeapp.com
193 points·by gohberg·letztes Jahr·132 comments

comments

gohberg
·letztes Jahr·discuss
what do you mean by thread number?

the notes will always add at the bottom

Did you expect a different behavior?
gohberg
·letztes Jahr·discuss
added a share option in the note editor, let me know what you think
gohberg
·letztes Jahr·discuss
thanks for that!
gohberg
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·discuss
thanks! by local you mean a mac/windows app? that would be a major endeavour :)
gohberg
·letztes Jahr·discuss
thanks! is txt format enough? initially thought of csv, since its a 2 column structure
gohberg
·letztes Jahr·discuss
hiding the seconds is a great idea, I'll add a minute/second granularity option
gohberg
·letztes Jahr·discuss
thanks, an oversight, I'll fix it
gohberg
·letztes Jahr·discuss
not sure if you are sarcastic or not :) but export is planned next
gohberg
·letztes Jahr·discuss
Thanks for the warm feedback! I see that self hosting is a popular request so I'll start planning it :)
gohberg
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·discuss
that's a great suggestion

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