Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以将样式表链接到 TinyMCE,这将在我编辑时使用。它似乎也将样式应用于格式下拉列表中可用的标题选项,这很棒。我也知道我可以使用custom_formats(此处)添加自定义格式菜单,但是有没有办法使用我的 CSS 自动填充格式?我的 CSS 中有各种用于 P 标签的类,并希望允许我的用户使用它们。
custom_formats
不,这是不可能的(至少不是开箱即用的)。一段代码怎么能从纯 CSS 中猜出使用什么样式或类?