4 pointsby helba-aian hour ago2 comments
  • helba-ai24 minutes 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

  • dakollian hour 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-aian hour ago
      Now this is a super neat tool, I need to give it a try