BookStack for IT Documentation
-
@jaredbusch said in BookStack for IT Documentation:
@black3dynamite said in BookStack for IT Documentation:
Is there a way to stop showing previews?
Is there a way to collapse text in Bookstack using markdown?Never looked.
I do not know of any markdown commands to do that.When using
WYSIWYG
for your page editor, click on source code
and add this code. It also works when usingMarkdown
too.## collapsible markdown? <details><summary>CLICK ME</summary> <p> Hello World </p> </details>
Source: https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f#collapsible-markdown
-
Does that work here?
Collapse test:
<details>
<summary>CLICK ME</summary>
<p>
Hello World
</p>
</details> -
Nope.
-
I usually use just plaintext filed nested in folders... other mainstream solutions?
-
@francesco-provino said in BookStack for IT Documentation:
I usually use just plaintext filed nested in folders... other mainstream solutions?
That's basically all DokuWiki is
-
@francesco-provino said in BookStack for IT Documentation:
I usually use just plaintext filed nested in folders... other mainstream solutions?
I use Grav. I don't have users documenting anything so it's awesome for us. It's all markdown and it's all flat file based, no databases.
-
@stacksofplates said in BookStack for IT Documentation:
@francesco-provino said in BookStack for IT Documentation:
I usually use just plaintext filed nested in folders... other mainstream solutions?
I use Grav. I don't have users documenting anything so it's awesome for us. It's all markdown and it's all flat file based, no databases.
Yes, lots of Wiki systems exist and work well. But if entry is a style that your users cannot handle, it will not be used. If it is not used, it is worthless.
-
@stacksofplates said in BookStack for IT Documentation:
Grav
Grav looks pretty sweet. There are so many solutions out there.
-
@fuznutz04 said in BookStack for IT Documentation:
@stacksofplates said in BookStack for IT Documentation:
Grav
Grav looks pretty sweet. There are so many solutions out there.
Yeah Grav with GIT would be my go-to if I didn't have so many requirements.
-
@tim_g said in BookStack for IT Documentation:
@fuznutz04 said in BookStack for IT Documentation:
@stacksofplates said in BookStack for IT Documentation:
Grav
Grav looks pretty sweet. There are so many solutions out there.
Yeah Grav with GIT would be my go-to if I didn't have so many requirements.
Requirements such as?
-
@tim_g bump