Martin Donath

Results 483 comments of Martin Donath

As much as I'd like to help you, I'm afraid I'm currently tight on time, so I'm not able to help out porting the search. Note that the search code...

Author of Material for MkDocs here. Note that it is not a good idea to store the search index in session storage, due to [limitations of session storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria). It's a...

Perfect! Let's go ahead with that.

> @fveauvy I think this could be a killer feature for technical writers. Is this Git based ? It's currently a proof-of-concept I threw together in a few hours, so...

Thanks for outlining your workflows! > would linking between pages work within preview? Yes, that can definitely be implemented and makes a lot of sense. > could I change the...

> I myself write in Sublime, and my contributors (i.e. devs) use their own editing environment, Visual Code or Eclipse. We have our repo in GitLab where we create doc...

Thank you @SaltyAimbOtter and @tedyoung – indeed the lowered barrier and shortened write & compile cycle are the main motivation for this solution. Providing a full-blown IDE in the browser...

> Instead of generating the entire project (like mkdocs serve), it would need to render the current page only, it is that what you're thinking of? Exactly. It would be...

@matchavez thanks for posting! I haven't checked this extension yet, but I'd be curious to hear what works great and what doesn't when editing a Material for MkDocs based project.

@Vasperous thanks for your input. I'm still trying to figure out the best possible way to build an MVP out of this, as there seem to be different needs. For...