Live data from Hacker News

Show HN: BookStack – An open source wiki platform and alternative to Confluence

bookstackapp.com

61–70 of 203 posts

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#61
post #29
post #21

I came across your software a few weeks ago when I was looking for some kind of locally hosted collaborative documentation suite for internal use, basically, a wiki that can be used by people who aren’t programmers. I was a bit incredulous when I found that it is basically expected to use markdown if you want to have a wiki. This really raises the barrier to entry and restricts users to ones that are technically prof…

Not sure if this fully fits your needs but you might want to look at Wiki.js. You can self host it, has WYSIWYG editor available (as well as HTML and markdown). I'm not associated, just use it for some time. https://js.wiki/

Agree - I self host wiki.js and love it. Easy to figure out.

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#62

Earlier quoted context omitted.

Out of interest, does your company support the author via sponsorship or other means? I’m curious… I wondered what the red tape is like in organisations that use open source projects like this in order to setup a GitHub sponsorship or similar. In a previous role at a cash-strapped startup I used open source software within my team and have to admit I never arranged any contributions to the OSS projects - though if I…

I recently come across a similar question on Reddit. While I can't offer the company perspective I can offer a maintainer perspective: https://www.reddit.com/r/opensource/comments/rwmiwn/recommen... ?

Great comment and very interesting to read your perspective on it.

Really if we’re honest, any company using Bookstack should be able to afford to chuck you $20/month or something (barring perhaps one-person bootstrapped startups). It’s likely red tape, bureaucracy and the internal culture that prevents this more than financial means.

And especially so if support demands are being made of you!

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#64

Can anyone with experience with multiple wiki platforms compare this with XWiki and/or MediaWiki. I may be asked to update $WORK's wiki, which is currently MoinMoin (IIRC), and am looking for anyone with more experience so I don't have to start testing from scratch. I've run MediaWiki before, but am not beholden to using it just because of past/current familiarity. Importing from MoinMoin would be nice, but not absol…

Future XWiki employee (should start in March!). Feel free to reach out to XWiki [1] [2], they'll be happy to answer your question and address your specific needs. They are nice. Feel free to contact me if you'd prefer but I'll be less competent than them for obvious reasons.

I don't know many things about XWiki yet, but the main difference between MediaWiki and XWiki is probably the X in XWiki (eXtensible). XWiki is more like a development platform to build a website, a blog, or a collaborative platform (internal or public) that you can tailor to your needs. What you put as contents is highly customizable / scriptable and several Wiki syntaxes are supported. The XWiki syntax can be extended to support your custom features if needed. There are a lot of apps [3] to extend XWiki (some are paid, but open source anyway so you can compile them yourself). LDAP is supported. XWiki will also provide support or specific developments if needed.

MediaWiki is developed for Wikipedia first. That's what you can read on XWiki's website anyway. But if you don't need anything that MediaWiki doesn't already provide and like its UX, it can't be a wrong decision to go for it. Many people outside Wikimedia use it and the UX is familiar to everybody, and that's huge. Both tools can be self hosted (and MediaWiki is quite easy to install), MediaWiki is mostly in PHP, XWiki is in Java. XWiki can be hosted for you by XWiki SAS. They'll also help handle migrations from Confluence and are currently handling a lot of them, and I'm sure they will be interested by hearing about migrations from other tools too.

I guess WikiMatrix would be a good starting point [4]. XWiki also have comparisons to common collaborative platforms on their websites including MediaWiki. They are obviously biased, but don't lie neither. You might want to check them out.

I hadn't encountered Bookstack, before. The UI seems quite clean. I hope we'll have the pleasure to meet and discuss at some point! The UK is not far, we are neighbors. Hmm, neighbours!

edit: by the way, you might be interested by XWiki's online presentation at FOSDEM on the 5th of February [5], as well as any other presentation in the collaboration and content management devroom, because not everything collaboration is a wiki :-) [6]

[1] https://www.xwiki.org/

[2] https://www.xwiki.com/

[3] https://xwiki.com/en/offerings/products/business-apps

[4] https://www.wikimatrix.org/compare/moinmoin+mediawiki+xwiki+...

[5] https://fosdem.org/2022/schedule/event/collabxwiki/

[6] https://fosdem.org/2022/schedule/track/collaboration_and_con...

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#65
Had a look around, this looks really polished. I would have one remark - please consider making tables a first-class feature.

In my experience with Confluence, the easiest and most comprehensive way to organize information is with tables. Having a quick way to merge, delete, color cells would be great. Right now, coloring and merging are hidden away in some menus, and deleting cells will shift the bottom toolbar with the table upwards, so you can't do it quickly.

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#67

Nice work! What was the hardest technical and non technical part of this?

> What was the hardest technical

That's a tricky one to answer! The authentication systems most likely, just because of the different standards and configuration that different people demand. I've had to learn LDAP, SAML2 and OIDC protocols to a level that allows me to confidently add & maintain these systems.

> non technical

Probably issue handling & management, from a mental point of view. Dealing with such a range of ideas and requests with an ever-growing list of features/issues/support-request has been tricky. I've had to learn to change my perspective and goals when dealing with GitHub issues.

In general the social side has been a massive point of learning and challenge to me. I've recently written about many of these more extensively here:

https://www.reddit.com/r/opensource/comments/qrksgh/bookstac...

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#68

Earlier quoted context omitted.

I recently come across a similar question on Reddit. While I can't offer the company perspective I can offer a maintainer perspective: https://www.reddit.com/r/opensource/comments/rwmiwn/recommen... ?

Great comment and very interesting to read your perspective on it. Really if we’re honest, any company using Bookstack should be able to afford to chuck you $20/month or something (barring perhaps one-person bootstrapped startups). It’s likely red tape, bureaucracy and the internal culture that prevents this more than financial means. And especially so if support demands are being made of you!

Yeah. The reason we’re running a lot of our own open source stacks is that getting anything officially approved has to go through multiple layers of bureaucracy and approvals.

Getting approval to throw an open source project some money is likely to be even crazier (probably not a concept they ever imagined).

Re: Show HN: BookStack – An open source wiki platform and alternative to Confluence

#70

Had a look around, this looks really polished. I would have one remark - please consider making tables a first-class feature. In my experience with Confluence, the easiest and most comprehensive way to organize information is with tables. Having a quick way to merge, delete, color cells would be great. Right now, coloring and merging are hidden away in some menus, and deleting cells will shift the bottom toolbar with…

Yeah, Tables are a challenge in general. The trouble with them from an editor perspective is the range of desired options and control (Many each at table, row, cell level) is fairly vast.

I'm currently in the process of building a new content editor which I'm hoping would provide better opportunities to make such controls more intuitive.

Post reply on HN