Anix
Anix
@cmbaatz please create an issue with the details and we can have a discussion there.
I think there is some problem with CI related to monorepo (lerna). Does lerna requires the lock file in order to have the same env ?
This solution is something I was looking for a while. +1 for this. Also, I don't think we are going to change the markdown processor, yeah we do have an...
@trusktr you have some requested change. Is it good to review or still needs to be addressed ?
Interesting thought. Thanks for the detailed issue. yeah we can do this, though I would implement this as this ```js $docsify= { ... meta: [ {type: '', content: '' }...
umm, yea I missed this that would be implied to an only single page, We need some discussion about the approach or perhaps a PoC, cc @docsifyjs/core
We need to read the meta data from the markdown file then. ```md --- meta1: meta2: --- ``` but this has an issue, our markdown parser I guess doesn't explicitly...
@trusktr there is an issue with plugins. most of the things in docsify is a plugin. we cant make them work if we don't have the DOM. So either we...
@trusktr yeah, we can remove this from the roadmap, this will be blocking issue
We have a blocking issue as plugins won't work if there is no DOM. Many plugins are using browser's features like local storage. So i am not sure how long...