Canapin
(Coin-coin le Canapin)
15 مارس 2025، 10:39ص
7
الأسماء الصحيحة هي “الكود المضمن” و “مقطع الكود”.
`الكود المضمن`
```
مقطع الكود
```
يوجد زر واحد (واختصار) لكلا النوعين من النصوص المنسقة مسبقًا.
إذا لم تحدد أي نص، فسيتم إنشاء كود مضمن.
إذا كان اختيارك لا يزيد عن سطر واحد، فسيتم إنشاء كود مضمن.
إذا كان اختيارك يحتوي على فاصل أسطر، فسيتم إنشاء مقطع كود.
على حد علمي، وللأسف، ليس من الواجهة.
انظر:
There’s no setting to configure the toolbar, but it’s possible through themes and plugins.
It would be nice to have this feature, so I’m going to re-categorize it as a feature request.
For now, buttons can be hidden with CSS… for example:
.d-editor-button-bar {
.local-dates { // hides the date button
display: none;
}
}
or to hide an option from the menu
.toolbar-popup-menu-options {
[data-name="Build Poll"] {
display: none;
}
}
With CSS it’s also fairly straightforw…
3 إعجابات