AkeemAllen / WikiGen

Desktop Application to generate wikis for Pokemon Rom Hacks and Fan Games
5 stars 1 forks source link

Wiki Generation - Run Server #11

Open AkeemAllen opened 7 months ago

AkeemAllen commented 7 months ago

As a Rom Hack builder/maintainer, I want to run the wiki documentation at the press of a button so I can review its current state.

Pausing development due to feature not working on built application

Move functionality to new Test Wiki button at top of pages. Overall, clicking the button should start the wiki and open a new browser window. Closing should also stop server

AkeemAllen commented 7 months ago

Having difficulties fully pipeing all of the output from mkdocs serve to the frontend. More specifically, I don't get the initial output when .spawn() is called on the command. Only subsequent output

I'll have to simplify the requirements to returning some simple information to the frontend

AkeemAllen commented 7 months ago

Check if connection check of is_port_in_use is blocking command

AkeemAllen commented 2 months ago

Consider the prospect of allowing wiki and individual pages to be viewable in the app.

Eg. Being able to view a Pokemon's page when making edits to it. And/Or Displaying the wiki in a new window.