Thomas Miceli

Results 47 comments of Thomas Miceli

I do believe it's doable either by making a goldmark extension (clean way) or parse the markdown a second time in Opengist to add html for those blocks (dirty way)

https://github.com/stefanfritsch/goldmark-admonitions But it does not look good

I like the idea of a passkey actually

Yeah this would be a good addition, for now it's simply `UPDATE users SET is_admin = 1 WHERE id = ?` in sqlite

It doesn't need to be restarted actually

Actually i tried to open the database on a Windows machine (running WSL) and it was locked aswell, I will investigate but it's prob a library issue. No issues on...

I thought about and dig the CLI idea, of course I understand the permission system with the super admin, and maybe I'm wrong but if an evil admin has access...

Thanks for your feedback, definitely interesting :) I will look into this, but some help would be welcome since i'm far from being a good frontend guy

I recently added a page explaining how to run Opengist with a dev env https://github.com/thomiceli/opengist/blob/dev-1.7/docs/contributing/run-development.md Also it would be better to make changes starting from the dev-1.7 branch (but i...

Im guessing you dont have Make on your Windows, I would suggest using the docker dev environment :) (the commands are in the Makefile)