├── LICENSE.md ├── composer.json └── src ├── Parser.php ├── Plugin.php ├── Settings.php ├── TwigExtension.php ├── gql └── directives │ └── Anchors.php └── icon.svg /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/LICENSE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/composer.json -------------------------------------------------------------------------------- /src/Parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/Parser.php -------------------------------------------------------------------------------- /src/Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/Plugin.php -------------------------------------------------------------------------------- /src/Settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/Settings.php -------------------------------------------------------------------------------- /src/TwigExtension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/TwigExtension.php -------------------------------------------------------------------------------- /src/gql/directives/Anchors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/gql/directives/Anchors.php -------------------------------------------------------------------------------- /src/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craftcms/anchors/HEAD/src/icon.svg --------------------------------------------------------------------------------