jothepro

Results 66 comments of jothepro

For users that want to take the risk of always being up-to-date one could then configure: ``` uses: jothepro/[email protected] with: doxygen-awesome-css: latest ```

It may be possible to provide a Javascript-Patch with this custom theme to do that, but in any case I think it would be a good idea to propose this...

Would you like to always enable dark mode, without providing the toggle button to the user? Or should dark be the default but the user should be allowed to disable...

The script in `doxygen-awesome-darkmode-toggle.js` reads a value from the local storage at page load to determine if it should enable dark mode. You could write a custom script that sets...

Hm, can you provide me some information on how I can reproduce that? Is the documentation publicly available so I can have a look at it? 🤔

Yep, that's a good idea. I am already in contact with the Maintainer of doxygen: https://github.com/doxygen/doxygen/issues/6658 Nevertheless I'd prefer to give the theme some time to incubate in this repository,...

I feel like I should give you an update about my current thoughts on this topic as a maintainer: Atm I have to patch the theme for new releases of...

I currently cannot think of an easy way on how the version information could be included in the files. 🤔 If I was hardcoding a version in there, this would...

1. You can customize the sidebar width by overriding the [CSS variable `--side-nav-fixed-width`](https://github.com/jothepro/doxygen-awesome-css/blob/main/doxygen-awesome-sidebar-only.css#L34). (Default is 350px) If you found a value that works for you, make sure to update the...

That's a great idea! I've introduced an improved TOC in [this](https://github.com/jothepro/doxygen-awesome-css/commit/9e3712ccc66ec81a147faf6a9b573dd6e6f5d5f4) commit. In addition to your suggestion the new TOC also is hidden on mobile by default, to save some...