HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gohberg

no profile record

投稿

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

notetimeapp.com
2 ポイント·投稿者 gohberg·4 か月前·0 コメント

Notetime: Minimalistic notes where everything is timestamped

notetimeapp.com
193 ポイント·投稿者 gohberg·昨年·132 コメント

コメント

gohberg
·昨年·議論
what do you mean by thread number?

the notes will always add at the bottom

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

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