Skip to content

Commit c7be388

Browse files
committed
minor #4517 Replace Twigfiddle by the new Twig playground (fabpot)
This PR was merged into the 3.x branch. Discussion ---------- Replace Twigfiddle by the new Twig playground https://symfony.com/blog/introducing-the-new-twig-playground Commits ------- 4b87103 Replace Twigfiddle by the new Twig playground
2 parents 681af9d + 4b87103 commit c7be388

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/templates.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first
4141
one is used to execute statements such as for-loops, the latter outputs the
4242
result of an expression.
4343

44-
IDEs Integration
45-
----------------
44+
.. tip::
45+
46+
To experiment with Twig, you can use the `Twig Playground
47+
<https://twig.symfony.com/play>`_.
48+
49+
Third-party Integrations
50+
------------------------
4651

4752
Many IDEs support syntax highlighting and auto-completion for Twig:
4853

@@ -63,9 +68,6 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
6368

6469
You might also be interested in:
6570

66-
* `TwigFiddle`_: an online service that allows you to execute Twig templates
67-
from a browser; it supports all versions of Twig
68-
6971
* `Twig Language Server`_: provides some language features like syntax
7072
highlighting, diagnostics, auto complete, ...
7173

@@ -1138,7 +1140,6 @@ Twig can be extended. If you want to create your own extensions, read the
11381140
.. _`web-mode.el`: https://web-mode.org/
11391141
.. _`regular expressions`: https://www.php.net/manual/en/pcre.pattern.php
11401142
.. _`PHP-twig for atom`: https://github.com/reesef/php-twig
1141-
.. _`TwigFiddle`: https://twigfiddle.com/
11421143
.. _`TwigQI`: https://github.com/alisqi/TwigQI
11431144
.. _`TwigStan`: https://github.com/twigstan/twigstan
11441145
.. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack

0 commit comments

Comments
 (0)