Replies: 1 comment 3 replies
-
I think the need is reasonable for.some cases, but a little werid. You want some reactive documents that should be opened with browser? For offline usage (especially splitting into pages), you can just convert it to a pdf, simplest way should be printing through browser For vuepress, we are not considering the feature you want in design. Inlining all tje resource is possible, but I am not sure you can implement it easily. The most difficulty is that it's hard to determine whether a script,is actualy imported nad used in page, as it's not ideal to inline all scripts |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
i would like to build a project where my source information are markdown documents.
these should be rendered to a single page (including each other in a tree like way..)
a big need is to have a single file that can be downloaded and viewed offline..
is this possible with the vuepress setup?
in another project i used quasar / vue.js with vite-plugin-singlefile to create a downloadable SPA.
any ideas and hints are welcome :-)
sunny greetings
stefan
Beta Was this translation helpful? Give feedback.
All reactions