Skip to content
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

Show wikitext formatting buttons for compound tiddlers #8449

Conversation

pmario
Copy link
Member

@pmario pmario commented Jul 29, 2024

This PR fixes #8448: [BUG] type: text/vnd.tiddlywiki-multiple - tiddlers only show the basic buttons

  • It uses a prefix ...prefix[text/vnd.tiddlywiki]] instead of an exact match, which is relatively permissive

I did use a prefix for the button-condition, because I think every type prefixed with text/vnd.tiddlywiki should be allowed to use TW wikitext syntax. IMO that's the whole point of this type. -- But I'm open to change it to an exact match

@Jermolene -- What do you think?

Copy link

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

@pmario
Copy link
Member Author

pmario commented Jul 29, 2024

Screenshot with 2 new text/vnd.tiddlywiki-* types. So not sure if an exact match makes more sense.

image

@Jermolene
Copy link
Member

Thanks @pmario

@Jermolene Jermolene merged commit 27f3de2 into TiddlyWiki:master Jul 29, 2024
4 checks passed
@pmario pmario deleted the show-wikitext-formatting-buttons-for-compound-tiddlers branch July 30, 2024 08:08
tsukasa-au pushed a commit to tsukasa-au/TiddlyWiki5 that referenced this pull request Aug 3, 2024
* allow wikitext formatting buttons for types [prefix[text/vnd.tiddlywiki]] which is very permissive

* add 2 missing buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] type: text/vnd.tiddlywiki-multiple - tiddlers only show the basic buttons
2 participants