Questions tagged [docsify]
39 questions
1
vote
2 answers
Docsify / Collapse (sub) - files in Sidebar
I have a SUMMARY.md file for rendering the Docsify sidebar:
* [SW-Module](module/README.md)
* [AGB](module/agb.md)
* [Style guide](module/styles.md)
* [Start](module/start.md)
And my Docsify configuration is done like this in…

Getter Jetter
- 2,033
- 1
- 16
- 37
0
votes
0 answers
How to do lazy loading content in docsify
I have been writing some docs for my own use case. The library is amazing. Though I need ideas.
Some pages are quite long, so I got tired of scrolling to get to the bottom of the page. You might say that I can create other pages and separate them,…

Giorgi Lagidze
- 1
- 1
0
votes
0 answers
How to expand the syntax in docsify
I want to introduce some syntax inside markdown-preview-enhanced (a plugin of vscode), where should I edit it.
some like these
Superscript Subscript
Mark

toxin
- 5
- 2
0
votes
1 answer
how to render line breaks to single newlines in docsifiy
I like to write markdown files in VScode and preview the rendered HTML via the MPE (Markdown-preview-enhanced) plugin, where line breaks are simply rendered as newlines in the default settings, and Github Flavored Markdown does the same thing,…

toxin
- 5
- 2
0
votes
1 answer
Mermaid in docsify return [Object Promise]
Implement mermaid in docsify doc without success
Hello i'm trying to implement mermaid flowchart in my docsify project but my html return [Object Promise]
I try with differents version of mermaid but always without success.
Here my conf html
…

Anthony
- 36
- 3
0
votes
1 answer
How can I add in the URL to open docsify in dark/lightmode
I have a website that uses docsify for documentation. Now I want the documentation to open in dark/light mode depending on what state my site is in. I have not found anything in the documentation.
Is it possible to add a parameter to the URL to…

Felix
- 1
- 2
0
votes
0 answers
How to make gb2312 show normally in localhost?
I have a lot of htmls encoded in gb2312 and they look good when I open them directly in browser. But now I use docsify to deploy them in server, words become messy code in localhost. Is there a way to make the words show normally?

SNORLAX
- 135
- 8
0
votes
0 answers
How to use special characters inside code block
many characters break the code block, while viewing the same on github looks OK without any error....
example, try to render this :
move the new part when needed
```
@echo off
::example of filename Test_1.dat / Test_2.dat etc.
set…

Zakari
- 453
- 4
- 15
0
votes
0 answers
How to fix the navbar in the top of the page with docsify?
I read doc of docsify, it mentions that we can use topMargin to configure the space on top when scrolling the content page to reach the selected section. I try to use it to configure my page, but i failed to let navbar fix on the top of the page. it…
0
votes
1 answer
Local links such as file:// or \10.0.0.1 in markdown documents do not work properly. Is there a workaround or workaround?
This may be elementary, but please let me know.
Local links such as file:// or \\10.0.0.1 in markdown documents do not work properly. Is there a workaround or workaround?
I really need this kind of functionality.
Example: …

retcode
- 1
0
votes
0 answers
Docsify: How to hide the sidebar for one page?
Is there a way to do the equivalent of hideSidebar: true for the / page, but enable foo/_sidebar.md for the /foo/ page?
The best I have it now is an empty /_sidebar.md file and a /foo/_sidebar.md file (without the empty /_sidebar.md file, I get…

brandonchinn178
- 519
- 3
- 20
0
votes
0 answers
Table of contents - Right side table
Is it possible to have a table of contents on the right side of the page ?
Similar to how it looks (preferably custom - skinnable) in the android docs: "On this page" ?
https://developer.android.com/games/develop/overview
If so how would it be…

EfficientCoconut2739
- 49
- 1
0
votes
0 answers
How can I read the contents of a folder in my application's root folder?
Javascript is restricted from accessing the user's folders, as it should be, but I am working on a plugin for Docsify that will allow dynamic creation of documentation from comments in application *.js files -- I would like to extend this to HTML…

The Jaded George
- 35
- 8
0
votes
1 answer
Debug Docsify.js with Visual Studio Code
I'm creating some documentation using Docsify.js plus some plugins. I really like this tool to create documentation. If you need I created a repo with a template on GitHub.
The problem I'm facing is when I open the index.html on my local machine,…

Enrico
- 3,592
- 6
- 45
- 102
0
votes
1 answer
cmd - save command output in a parameter then open browser
I am writing a cmd batch script that runs a module called Docsify. I want to get the URL from its output and open it in a browser. The problem I have is:
It doesnt echo the output (basically just a blank display after calling the command)
I need to…

kzaiwo
- 1,558
- 1
- 16
- 45