Hacker News new | ask | show | jobs
by aksuta 676 days ago
I've created an online WYSIWYG editor for building static documentation sites for products - TileDocs (https://tiledocs.com).

Its capabilities are currently limited, but it's suitable for creating attractive documentation websites.

Key features include:

* Create workspaces with tree-style navigation

* Organize content into groups and folders

* Basic text editing components (paragraphs, headings, lists, quotes, etc.)

* Code blocks with syntax highlighting

* Image insertion

* Markdown import and shortcut support

* Built-in search functionality

GitBook inspired this tool. I loved how easily you could create beautiful, user-friendly docs with GitBook. But not being able to deploy those doc pages on my own website was a deal-breaker.

My editor allows exporting to a static website that can be used anywhere. And it is completely free.

2 comments

I’d really like a Notion that syncs to Git. Kind of like the original promise of GitBooks. Can TileDocs sync to Git/GitHub for team-based collaboration?
I’m currently working on GitHub integration. It’ll be ready soon. Stay tuned!
this looks really nice, thanks for sharing.
Thanks! I’ll do my best to make it even better!