Skip to content

Commit f2cb7be

Browse files
[update] add tag to all examples
1 parent a29766a commit f2cb7be

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

docs/api/config/default-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ new richtext.Richtext("#root", {
141141

142142
**Related articles:** [Configuration](guides/configuration.md)
143143

144-
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s)
144+
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s?tag=richtext)

docs/api/config/fullscreen-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ new richtext.Richtext("#root", {
3636

3737
**Related articles:** [Configuration](guides/configuration.md)
3838

39-
**Related sample:** [RichText. Full toolbar](https://snippet.dhtmlx.com/ziynafp7)
39+
**Related sample:** [RichText. Full toolbar](https://snippet.dhtmlx.com/ziynafp7?tag=richtext)

docs/api/config/image-upload-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ new richtext.Richtext("#root", {
3030

3131
**Related articles:** [Configuration](guides/configuration.md)
3232

33-
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
33+
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)

docs/api/config/layout-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ new richtext.Richtext("#root", {
3838

3939
**Related articles:** [Configuration](guides/configuration.md)
4040

41-
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
41+
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)

docs/api/config/locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ const editor = new richtext.RichText("#root", {
4444

4545
**Related articles:** [Localization](guides/localization.md)
4646

47-
**Related sample:** [RichText. Localization](https://snippet.dhtmlx.com/zxjrin3i)
47+
**Related sample:** [RichText. Localization](https://snippet.dhtmlx.com/zxjrin3i?tag=richtext)

docs/api/config/menubar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ new richtext.Richtext("#root", {
3030

3131
**Related articles:** [Configuration](guides/configuration.md)
3232

33-
**Related sample:** [RichText. Initialization with menubar](https://snippet.dhtmlx.com/tjryzka7)
33+
**Related sample:** [RichText. Initialization with menubar](https://snippet.dhtmlx.com/tjryzka7?tag=richtext)

docs/api/config/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ new richtext.Richtext("#root", {
216216

217217
**Related articles:** [Configuration](guides/configuration.md)
218218

219-
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
219+
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)

docs/api/config/value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ new richtext.Richtext("#root", {
3333

3434
**Related articles:** [Configuration](guides/configuration.md)
3535

36-
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
36+
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)

docs/guides/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ new richtext.Richtext("#root", {
123123
});
124124
~~~
125125

126-
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
126+
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)
127127

128128
### Custom toolbar controls
129129

@@ -174,7 +174,7 @@ new richtext.Richtext("#root", {
174174
});
175175
~~~
176176

177-
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
177+
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)
178178

179179
### Hide Toolbar
180180

@@ -280,4 +280,4 @@ const editor = new richtext.Richtext("#root", {
280280

281281
In this example, all `h2` blocks are assigned to the `"Roboto"` font-family with a font-size of 28px with both the foreground and the background colors changed as well. Css styles are assigned to `h2` blocks as well.
282282

283-
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s)
283+
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s?tag=richtext)

docs/guides/typescript_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: You can learn about using typescript with the DHTMLX JavaScript Ric
99
Starting from v2.0, the library of DHTMLX RichText provides an ability to use TypeScript definitions. The built-in support of TypeScript works out of the box.
1010

1111
:::note
12-
You can try out the functionality right in our <a href="https://snippet.dhtmlx.com/ziynafp7" target="_blank">Snippet Tool</a>.
12+
You can try out the functionality right in our <a href="https://snippet.dhtmlx.com/ziynafp7?tag=richtext" target="_blank">Snippet Tool</a>.
1313
:::
1414

1515
## Advantages of using TypeScript

0 commit comments

Comments
 (0)