
內容簡介
- Gutenberg可以使用不同的區塊來輕鬆建立你的網站。
- 有許多核心區塊和模式,還有更多第三方區塊。
- 但有時候你可能需要對文本進行內嵌格式化。
- 你可以應用一些預設的文本格式,但如果你有特定的需求,那麼找到解決方案就比較困難。
- Custom Text Formats可以讓你在Gutenberg編輯器中添加自定義文本格式。
- 通過將類別添加到選定標籤中並添加格式圖標,可以註冊新的格式。
- 有幾種格式可供選擇,但你也可以添加自己的格式。
- 你可以將格式設置為常規選擇包裹,也可以以單個區塊渲染內容,例如圖標、其他文本或HTML內容。
- 不適合程式碼過敏症患者。
- 這個外掛需要基本的CSS和HTML技能,所以如果你對程式碼過敏,這個外掛不適合你。
HTML bulleted list:
<ul>
<li>Gutenberg可以使用不同的區塊來輕鬆建立你的網站。</li>
<li>有許多核心區塊和模式,還有更多第三方區塊。</li>
<li>但有時候你可能需要對文本進行內嵌格式化。</li>
<li>你可以應用一些預設的文本格式,但如果你有特定的需求,那麼找到解決方案就比較困難。</li>
<li>Custom Text Formats可以讓你在Gutenberg編輯器中添加自定義文本格式。</li>
<li>通過將類別添加到選定標籤中並添加格式圖標,可以註冊新的格式。</li>
<li>有幾種格式可供選擇,但你也可以添加自己的格式。</li>
<li>你可以將格式設置為常規選擇包裹,也可以以單個區塊渲染內容,例如圖標、其他文本或HTML內容。</li>
<li>不適合程式碼過敏症患者。</li>
<li>這個外掛需要基本的CSS和HTML技能,所以如果你對程式碼過敏,這個外掛不適合你。</li>
</ul>
外掛標籤
開發者團隊
原文外掛簡介
Custom Text Formats lets you add custom text formats to the Gutenberg Editor. Register a new format by adding a class to a chosen tag and add a format icon. There are several to choose from but you can also add your own. You can set the format as a regular selection wrap but you can also render out content in a single block, like an icon or other text or html content. Then add css styling to the class to control the behavior of the text format. You can use different css for backend and frontend.
Not for the code allergic
This plugin requires basic css and html skills so if you are allergic to code, this plugin is not for you.
Suggestions and opinions
If you like this plugin, I would be really happy if you would rate and review it! If you don’t like it and/or have ideas and suggestions for improvement, please let me know in the support forum.
