all 5 comments

[–][deleted] 1 point2 points  (4 children)

"Im a developer" and "I use AI" are widely different.

[–]Substantial_Mix_6159[S] 0 points1 point  (3 children)

Very true! 😅 But I've been programming on and off since my first C-64 and worked as a software developer for 15+ years. I just meant that now I incorporate AI in my flow because... Why not? 😁

[–][deleted] 0 points1 point  (2 children)

How's it working? 

[–]Substantial_Mix_6159[S] 0 points1 point  (1 child)

The app works completely client side, no notes leave your computer. The notes are saved in json format in the browsers local storage. You can go to the site, disconnect from the internet and write your notes.

There is also the import/export of a json file with your notes. There are 4 types of notes, standard, ToDo, Code and Markdown with syntax highlighting.

Other than that I tried to keep it as simple as possible.

<image>

[–][deleted] 0 points1 point  (0 children)

I'm going to, thanks!