-
-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Documentation Improvements #77
Comments
Docs are always hard to maintain. I'll give this some thought!
Heh, yeah, I'm a a dark mode fan also! |
Here's my current line of thinking on this: The nightly (which is actually hourly!) build is to make it easier for folks to try the bleeding edge without needing to set up a compilation environment. It is explicitly considered to be unstable and as such may not work at all and may be half-baked. It's hard to justify stringent documentation requirements for something of that nature. I generally aim to add docs for new things in the commit messages as the associated features come together, and then when I'm ready to release I'll collect notes into the release (see https://github.com/wez/wezterm/releases) and write up the docs for the website. I think that is a reasonable model, but there is an obvious gap in that the release notes aren't visible on the website that should be addressed. For configuration options: in earlier versions the config was a few tens of lines of code (mostly comments) that could be linked directly, but as the project has grown it's gotten a bit more complex. Another facet of this is that the current TOML config is "OK" but it's not going to work for some the features that I have in mind so I've been working an alternative. I'd rather get that to a good place before investing energy into automation around documentation. |
I had a bit of an odd idea for the configuration. The way Python code formatting works is a lot like YAML. What if wezterm used the embeddable version of Python and compiled it into the wezterm binary (to keep it as a single executable). Python isn't known for performance, but it's not like you need high performance for this use-case. Any given option could potentially handle both three-state-booleans and strings. |
@wez Unless I'm mistaken, it looks like this is more or less complete or at least getting close to it, ya? So this probably doesn't need to be open anymore. |
This comment has been minimized.
This comment has been minimized.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
It seems that the site is using some sort of ruby-based system to manage the website with markdown files, I can see how it works but I'm not familiar with its full feature set, so I'll put different ways of accomplishing my suggestions in sub-points.
Dark Mode: It's like staring at the sun.Add a button to toggle a dark theme, like a light bulb.Just make it dark for everyone because who the hell doesn't use dark mode?The text was updated successfully, but these errors were encountered: