Live data from Hacker News

Viewing profile — Pi9h

Pi9h

HN member
Joined
Sat, Jan 19, 2019, 10:09 PM UTC
HN karma
249
Public activity
45 items

About Pi9h

email: hn@neuronlabs.co.uk

Recent public activity

  1. comment
    Comment #47842094

    I’m building a self-hosted Confluence alternative called Docmost. It’s open-source and can run fully air-gapped. GitHub: https://github.com/docmost/docmost

  2. comment
    Comment #47829805

    Perhaps try it first before dismissing it as just a “note-taking tool,” which it isn’t. We have support for team-spaces, permissions, diagrams, real-time collaboration, comments, p…

  3. comment
    Comment #47826580

    I’m building Docmost, a self-hosted alternative to Notion and Confluence. It’s open-source, easy to self-host and feature-packed. GitHub: https://github.com/docmost/docmost .

  4. comment
    Comment #45181679

    If you are looking for a self-hosted Confluence alternative, I am building Docmost - an enterprise-ready wiki solution. We have support for spaces, real-time collaboration, built-i…

  5. comment
    Comment #44653969

    I am also building https://docmost.com , a self-hostable Confluence alternative that can run fully air-gapped. It has support for spaces, real-time collaboration, a rich-text edito…

  6. comment
    Comment #44597987

    The next sharing goal would be to make it possible to share an entire "Space", but not the "Workspace" itself. Would that fit the ideas you have in mind?

  7. comment
    Comment #44597963

    You could use the Iframe embed feature to embed your NocoDB databases.

  8. comment
    Comment #44595872

    If anyone is looking for an alternative to Notion without the bloat, I’m building https://docmost.com . It has a nice UI, real-time collaboration, diagrams support and more. You ca…

  9. comment
    Comment #43383248

    I am building Docmost (Open-source alternative to Confluence and Notion). We have integrated support for Excalidraw, Draw.io and Mermaid diagrams; Plus real-time collaboration. Git…

  10. comment
    Comment #42165111

    Docmost founder here. Thanks for reporting the mobile table issue. I will have a look at it. The fullwidth issue on mobile was recently reported. It will be fixed soon. I appreciat…

  11. comment
    Comment #41684146

    If you are looking for a self-hostable Notion alternative, I am building Docmost, which is open source. It has real-time collaboration and support for diagrams (drawio, excalidraw …

  12. comment
    Comment #40860630

    I am glad you see the value in it. I appreciate your kind words. Thank you.

  13. comment
    Comment #40840615

    The docker installation script is for Ubuntu. I added it to help some users get started pretty quickly. On the installation page, there is a link to the official Docker guide which…

  14. comment
    Comment #40838525

    No public demo yet, but I can create a temporary one for you if you email (in bio) me.

  15. comment
    Comment #40838494

    While some Tiptap Pro extensions would have made things a little easier, I appreciate that the core and majority of the extensions are open source. It has the building blocks to cr…

  16. comment
    Comment #40838237

    I should have been more explicit. I do not intend to change the Postgres database or introduce a new one. I’m sure this won’t be an issue for the majority use-case. However, I am o…

  17. comment
    Comment #40837255

    I truly appreciate your in-depth articulation. Indeed, the Yjs state update can be problematic due to its growing size and constant updates. I will have a look at MyRocks. Referenc…

  18. comment
    Comment #40837193

    I guess the best way will be to store the PNG/SVG in the storage driver with a reference to it in the editor. The same PNG/SVG will get updated/replaced whenever the code is update…

  19. comment
    Comment #40837108

    I have plans for a cloud-hosted version. It will come in the future.

  20. comment
    Comment #40837001

    1. "Project" sounds good too. 2. With a small change, I can make the frontend use the window.location URL if none is set. On the backend, the catch is emails. Emails with link use …

  21. comment
    Comment #40836877

    Since Obsidian is Markdown, it should be pretty straightforward to write an import program for it. When I start working on the import feature, this will be possible.

  22. comment
    Comment #40836820

    I thought about it. For example, the sidebar page tree supports keyboard navigation. The UI library I am using, Mantine, follows accessibility best practices and has full keyboard …

  23. comment
    Comment #40836700

    I have plans for OIDC integration.

  24. comment
    Comment #40836478

    The software itself is very easy to install, even without Docker. You are set with just three commands: pnpm install, pnpm build and pnpm start. Docker is not a hard dependency but…

  25. comment
    Comment #40836428

    Thank you. It was my first time doing react things. The great Mantine UI ( https://mantine.dev/ ) react library helped a lot.