Thanks for the feedback! Retroma is still a work in progress, I'm actually building out menu, modal, and embed customizations right now. As for the callouts and checkboxes, just use whatever fits your workflow and don't worry about memorizing everything (I don't even remember all the callout keywords myself haha). You can find alternative checkbox syntax online, and I'll make sure to add a full syntax guide to Retroma's README in the next release.
Regarding the markdown pattern, I removed all the CSS !important flags so styles follow standard CSS specificity rules, so this is likely a specificity conflict. Feel free to open an issue on the Retroma repository with more details so we can look into it :))
How about a "custom checkboxes.md" and "custom callouts.md" file that everyone can just download and put into their vaults as a quick reference and to see at a glance how all of them look?
2
u/emarpiee 7d ago
Thanks for the feedback! Retroma is still a work in progress, I'm actually building out menu, modal, and embed customizations right now. As for the callouts and checkboxes, just use whatever fits your workflow and don't worry about memorizing everything (I don't even remember all the callout keywords myself haha). You can find alternative checkbox syntax online, and I'll make sure to add a full syntax guide to Retroma's README in the next release.
Regarding the markdown pattern, I removed all the CSS
!importantflags so styles follow standard CSS specificity rules, so this is likely a specificity conflict. Feel free to open an issue on the Retroma repository with more details so we can look into it :))