estruyf / doctor

Doctor - Maintain your documentation on SharePoint without pain.
http://getdoctor.io
MIT License
112 stars 17 forks source link

[Enhancement] Option only to generated .apsx from markdown files. #128

Open krzakx opened 1 year ago

krzakx commented 1 year ago

I would be interested in having opportunity to manually upload generated by doctor .aspx files as I do face issues with login into M365.

multimeric commented 1 year ago

Hi @estruyf I'd be interested in working on this if you don't have time. Would you accept a PR?

estruyf commented 1 year ago

Feel free to implement it and submit a PR.

multimeric commented 1 year ago

Okay, it seems I misunderstood how Doctor works. Firstly, it doesn't generate HTML or ASPX files at all, but rather it uses the SPO CLI to interact with sharepoint directly, which makes it difficult to convert the build process into an on-disk process. Secondly, the SharePoint pages that are generated are done so using the Markdown Web Part so the ASPX files would mostly be just markdown embedded in the HTML anyway. I don't think I will work on this task given those factors.

estruyf commented 1 year ago

No worries 😄 @multimeric