Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gohberg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Notetime, minimalistic timestamped notes, now ready for iOS
(notetimeapp.com)
2 points
by
gohberg
6mo ago
|
0 comments
2.
▲
by
gohberg
1y ago
what do you mean by thread number? the notes will always add at the bottom Did you expect a different behavior?
3.
▲
by
gohberg
1y ago
added a share option in the note editor, let me know what you think
4.
▲
by
gohberg
1y ago
thanks for that!
5.
▲
by
gohberg
1y ago
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
6.
▲
by
gohberg
1y ago
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 :)
7.
▲
by
gohberg
1y ago
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)
8.
▲
by
gohberg
1y ago
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
9.
▲
by
gohberg
1y ago
thanks! by local you mean a mac/windows app? that would be a major endeavour :)
10.
▲
by
gohberg
1y ago
thanks! is txt format enough? initially thought of csv, since its a 2 column structure
11.
▲
by
gohberg
1y ago
hiding the seconds is a great idea, I'll add a minute/second granularity option
12.
▲
by
gohberg
1y ago
thanks, an oversight, I'll fix it
13.
▲
by
gohberg
1y ago
not sure if you are sarcastic or not :) but export is planned next
14.
▲
by
gohberg
1y ago
Thanks for the warm feedback! I see that self hosting is a popular request so I'll start planning it :)
15.
▲
by
gohberg
1y ago
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
16.
▲
by
gohberg
1y ago
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
17.
▲
by
gohberg
1y ago
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?
18.
▲
by
gohberg
1y ago
that's a great suggestion how do you think we can make it more obvious?
19.
▲
by
gohberg
1y ago
what suggested thing are you referring to? probably will open this once I un-embarassify the code :)
20.
▲
by
gohberg
1y ago
thanks, good catch! I'll fix that.
21.
▲
by
gohberg
1y ago
thanks! no export yet since I wasn't sure how it would look like what kind of export formats are you interested in?
22.
▲
by
gohberg
1y ago
thanks! can you tell me the Firefox version? keyboard navigation is a great idea, didn't think of it since I mostly use this on mobile.
23.
▲
by
gohberg
1y ago
I tried to create more of a apple-notes type of app, but I get the appeal in full featured apps like Obsidian and logseq
24.
▲
by
gohberg
1y ago
no, but I see it's a popular request, a bit embarrassed by how the code looks :) I never planned to release it
25.
▲
by
gohberg
1y ago
thanks for that! new to this platform and when I created the post, it asked for a url and text which I thought will be shown together (like reddit), and now I can't find my own comment :)
26.
▲
by
gohberg
1y ago
that's an interesting approach this implies that the context can change from one subject to the other within a single note? is that a useful use-case to you?
27.
▲
by
gohberg
1y ago
great to hear! logging communications is my main use-case for this, let me know what you think
28.
▲
by
gohberg
1y ago
this is the local-only version, everything is stored in a db in your browser. the backend just serves the app and creates anonymous users. my private version of the app has cross-device sync, it's just not ready yet for the public, b
29.
▲
by
gohberg
1y ago
nice! I tagged him, I hope he'll notice :)
30.
▲
by
gohberg
1y ago
the code is quite embarrassing, imagine backend engineer writing frontend with the help of AI :) but since it's a common request, I'll consider it
More ›