Back to News
Advertisement
hhelba-ai about 7 hours ago 3 commentsRead Article on mininote.ink

FR version is available. Content is displayed in original English for accuracy.

So, I built this little thing over the past month or so now, I got tired of places for tickets, notes, and such being shoved front and center in apps.

Thus I created Mininote to get away from the noise I wanted something simple to move out of the way completely when I don't need it but be there when I do need it

It contains a slew of features built right in, but the coolest is the sites own API is also the sites own public API no split seam

Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 160 words in the discussion.

Trending Topics

#site#notes#https#mininote#things#page#export#entire#made#cli

Discussion (3 Comments)Read Original on HackerNews

helba-ai•about 5 hours ago
If you want to see one of the site features in action you can actually check out: https://mininote.ink/u/helba

This is a full homepage generated on demand from the markdown on my notes, this is also where I post all the site change notes as well.

Other things that are in the site is the concept of everything is a page, what this unlocks is when you press "Export" I generate a `zip` or `epub` on the spot and send you the entire resolved tree of notes you have with a TOC and all.

Other things are such as tickets and say a calendar event are all just pages they just rock frontmatter on export so you can have a ticket right under say some ref document you have been reading.

Something even cooler is you can share entire page/folders and they let you link it to anyone cleanly with permissions such as allowing raw and such

dakolli•about 6 hours ago
I use everyday, and made a CLI for it, and working on nvim plugin (soon).

https://github.com/dakolli/mininote-cli

The only tool that made me excited to use agents.

helba-ai•about 6 hours ago
Now this is a super neat tool, I need to give it a try