question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[NEXT] Docsify v5

See original GitHub issue

New Features To be included (see also 5.0! project board)

1. Static HTML Generation (non-blocking)

2. New markdown Helpers (Needs a list to track)

3. Better executable code syntax in MD

4. Docsify-themeable

status PR

Docsify currently offers four official themes: vue, buble, dark, and pure. These themes are all more-or-less the same with the exception of a handful of basic style declarations (color, typography, margin/padding, etc). To make development easier, a CSS preprocessor (stylus) is used to compile each theme by combining a shared CSS file with a theme-specific CSS file. Makes sense.

Docsify-themeable takes a similar approach but offers a much more flexible implementation by leveraging CSS custom properties. The end-user pitch is available on the introduction page, but the approach also provides advantages for docsify maintainers: a single block of CSS used for all themes, with each theme comprised of only a flat list of named values (e.g. --sidebar-background: #ccc) instead of blocks of CSS. Legacy support is also available courtesy of css-vars-ponyfill (which I created specifically for docsify-themeable).

5. Starter packs (CLI)

6. Change the pre-processor for css

7. Migrate to webpack

Feedback/Suggestion/Recommending more changes

Feel free to leave feedback, and suggestion for the above features Plus, Leave a comment if you want to add some more features. We can have a discussion about that.

cc @docsifyjs/cli @docsifyjs/contributors @docsifyjs/core

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:14
  • Comments:33 (24 by maintainers)

github_iconTop GitHub Comments

4reactions
s-pacecommented, Apr 2, 2020

Glad to ear.

We are working on an amazing new discovery experience with the search so stay tuned (Spoiler, @francoischalifour and @shipow are on 🔥) .

I will be happy to help on that and make the process really smooth for Docsify users

3reactions
sy-recordscommented, Apr 4, 2020

For website SEO, we need Static HTML Generation. 👍🏻

ssr not working, like docsifyjs/docsify-ssr-demo#3 and docsifyjs/docsify-cli#95

Read more comments on GitHub >

github_iconTop Results From Across the Web

[NEXT]: V5 Roadmap - Open Collective
Next : docsify v5. Check this for upcoming planned changes : https://github.com/docsifyjs/docsify/issues/1061.
Read more >
QingWei Li (@cinwell_li) / Twitter
[NEXT]: V5 Roadmap - docsify. Next: docsify v5Check this for upcoming planned changes : https://github.com/docsifyjs/docsify/issues/1061Feel free to submit ...
Read more >
docsify
A magical documentation site generator. Simple and lightweight; No statically built html files; Multiple themes. GitHub Getting Started.
Read more >
[node-red-contrib-uibuilder] NEW MAJOR RELEASE v5.0.0
Next, refresh the Node-RED editor page if you have it open. You will now see that any deployed versions of uibuilder nodes are...
Read more >
uibuilder Technical Documentation - Totally Information
If you need the v5 or earlier docs, the easiest way is to set up a test ... needs doing next and some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found