I hope Wiki.js does not fail
-
And as I thought, updated (from my phone) and no change. Tables still work.
-
Another year and more progress.... 2.0.0-beta.42 just released on Monday.
-
@scottalanmiller I thought everyone moved to bookstack?
-
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
Using a git repo is an awesome feature with Wiki.js
-
@black3dynamite said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
Using a git repo is an awesome feature with Wiki.js
Yes, we love that for sure.
-
What is the prognosis for Wiki.js? Is it still only one dev?
-
@wrx7m said in I hope Wiki.js does not fail:
What is the prognosis for Wiki.js? Is it still only one dev?
Definitely very few, if not just one. But only so much development needed, I suppose. It's moving forward very slowly, but work on the 2 branch is moving forward.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m said in I hope Wiki.js does not fail:
What is the prognosis for Wiki.js? Is it still only one dev?
Definitely very few, if not just one. But only so much development needed, I suppose. It's moving forward very slowly, but work on the 2 branch is moving forward.
Do you know anyone who is using it?
-
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
The only reason I chose Bookstack over Wiki.js is the WYSIWYG editor.
-
@wrx7m said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m said in I hope Wiki.js does not fail:
What is the prognosis for Wiki.js? Is it still only one dev?
Definitely very few, if not just one. But only so much development needed, I suppose. It's moving forward very slowly, but work on the 2 branch is moving forward.
Do you know anyone who is using it?
Well, WE do
-
@JaredBusch said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
The only reason I chose Bookstack over Wiki.js is the WYSIWYG editor.
That's awfully nice. I like that a lot in BookStack (we use BS a lot, too.) The table thing is really a big deal in wiki.js (it sucks.)
Also big is the ability to organize by books in BS.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@JaredBusch said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
The only reason I chose Bookstack over Wiki.js is the WYSIWYG editor.
That's awfully nice. I like that a lot in BookStack (we use BS a lot, too.) The table thing is really a big deal in wiki.js (it sucks.)
Also big is the ability to organize by books in BS.
@JaredBusch said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Curtis said in I hope Wiki.js does not fail:
@scottalanmiller I thought everyone moved to bookstack?
A lot have, and BookStack is very nice. But my team was torn and decided, at least for now, to stay on wiki.js.
The only reason I chose Bookstack over Wiki.js is the WYSIWYG editor.
If I ever get time, I will look at Bookstack again. I would love to have something better than some flat files (excel, word, pdf, visio) for documentation and the like.
-
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/ -
@Emad-R said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/A static generator? How do you handle constant updates from lots of users?
-
@Emad-R said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/I use Asciidoctor. We did have a Hugo site but Asciidoctor has actual standards unlike markdown.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@Emad-R said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/A static generator? How do you handle constant updates from lots of users?
Pipelines in a CI/CD process. Treat it as code just like anything else
-
@stacksofplates said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Emad-R said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/A static generator? How do you handle constant updates from lots of users?
Pipelines in a CI/CD process. Treat it as code just like anything else
True, but I wonder how easy that is for non-tech staff to use.
-
@scottalanmiller said in I hope Wiki.js does not fail:
@stacksofplates said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@Emad-R said in I hope Wiki.js does not fail:
@scottalanmiller said in I hope Wiki.js does not fail:
@wrx7m both wiki.js and BookStack are nice. And in reality, DokuWiki isn't bad either. We use all three, in different situations.
I love MkDocs
https://docs.drush.org/en/master/cron/
https://www.mkdocs.org/A static generator? How do you handle constant updates from lots of users?
Pipelines in a CI/CD process. Treat it as code just like anything else
True, but I wonder how easy that is for non-tech staff to use.
I'm sure if you're using it you wouldn't have many non-technical people updating it. But theoretically it shouldn't be too hard through the GitLab web ui.