Ryan Henrichson
Ryan Henrichson
I would also love to see this. But there are a lot of extensions, and some of them seem like a challenge to add. For example: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/ How would one...
Agreed I thought about using a model somehow for both tasklist and tables. Not all tables but some may be better suited if the date wasn't in a md file....
@oscarmcm I did a thing: https://github.com/django-wiki/django-wiki/discussions/1312 It links to the work I have currently done: https://github.com/orcephrye/django-wiki/tree/python_markdown_34_support
Not sure if this should be closed just yet. 1) I still have questions and feel that #1313 was merged early. 2) This issue is about more than just the...
I normally squash my comments down to just a few or just one. So sorry for some of the confusion. Also, I thought the best option would be to fork...
Also as an aside. I am totally for a follow-up merge request to address my questions. I do not think we need to undo previous changes.
Ok so I wanna try to tackle each question one at a time with a PR for each. First question. "Does the color fit?" So here are some screenshots of...
> Because of a bad and not so self-explanatory structure, custom SCSS that isn't included in original Bootstrap source file should go in this folder: https://github.com/django-wiki/django-wiki/blob/main/src/wiki/static/wiki/bootstrap/scss/wiki/ Does that mean files...
I have made these changes to the details.  Notice how the ones at the bottom are the same colors but sorta muted? I cannot find out where that is...
> @orcephrye thanks for sharing details from your work! I get the idea that perhaps using the SCSS function `@extend` could work. > Actually, I found this: https://github.com/django-wiki/django-wiki/blob/d416db354c6ee13bf1b2819062f0bc672f150213/src/wiki/static/wiki/bootstrap/scss/_alert.scss#L50 So I...