Ask HN: Which Wiki or internal documentation tools do you use?
21–30 of 77 posts
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#22You can synchronize with Simplenote — https://simplenote.com/ — which has a mobile version so your notes are viewable on your phone.
You can also use double brackets for wiki functionality to automatically create a link to another page of the same name. For example, [[this]] would create a link to a page called ’this’.
Another option that is good for many people working together is Gollum, a wiki system built on top of Git. It is the basis for GitHub’s wiki pages, if I remember correctly: https://github.com/gollum/gollum
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#23Notion ( https://notion.so ) All in one workspace, combines, trello, airtable, evernote, and docs. Great embed support and awesome for small teams and personal use. It's a modern day commonplace book.
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#24Re: Ask HN: Which Wiki or internal documentation tools do you use?
#25It's a minimalist wiki with markdown support and real-time collaboration features. A lot faster and more lightweight than most of the old school wikis e.g. Confluence, MediaWiki, SharePoint (ugh).
Also has a kanban board view for sprint planning.
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#26> Some basic requirements are: - searchable - code snippets - hyperlinking I think another requirement to add is diagramming. I think wiki-style diagramming would be a big help for programmers to better communicate ideas. I've used external tools like draw.io but the overhead for editing, downloading, and uploading I feel gets in the way. Sadly, we are on confluence but don't use the draw.io plugin [1]. Built-in supp…
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#27The main point that confluence does really poorly (for me) is the lack of an external editor and the absolutely shameful support for Markdown.
If I could edit the page with git like interface and an external editor (like you can do on Github), it would be absolutely amazing and would make it a killer product for us.
Moving to another solution without deep integration to confluence/Jira is not possible since those are being used by product as well.
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#28The desktop version of OneNote. We've tried to use MediaWiki and other fancy solutions (inc. O365's SharePoint/online OneNote) and desktop OneNote is the only one that stuck. We have .one files for each major topic with sections and pages within them. It is kind of a "low tech" solution, and maybe that is why it works. It gets out of the way, easy to backup, no downtime, etc. Although Microsoft keeps threatening to d…
Re: Ask HN: Which Wiki or internal documentation tools do you use?
#29Re: Ask HN: Which Wiki or internal documentation tools do you use?
#30Nuclino ( https://nuclino.com ). We just start to using it for the same use case you mention. And so far the best solution out there.