-
Notifications
You must be signed in to change notification settings - Fork 28
embedding commands and datatypes onto a page #69
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
base: master
Are you sure you want to change the base?
Conversation
I like the idea. The screenshots show the old table based datatype though, we are using a newer layout for them. it will still work that way? |
The table based layout is just for embedded content, to save space. If the user clicks through to the datatype's page, they'll see the new layout. If you want the new layout for embedded content as well, I can nix render_members_table |
If you don't want to transform embedded content, here's another include method with the include-markdown plugin. pros:
cons:
I like this solution more despite the messier raw markdown. |
ok finally ready, I changed a lot since the first commit. Here are the major points,
|
Adds macros to embed commands and datatypes into a page, so we don't have to repeat the same information in both index page and sub-page. An example is mq2chatwnd, where information is repeated in the README.md and command pages.
This is a draft pr, with autologin as example. If it looks good, I'll standardize the other core-plugins.