{"id":48171552,"url":"https://github.com/sgruendel/vscode-extension-thymeleaf-navigate","last_synced_at":"2026-04-04T17:34:32.377Z","repository":{"id":214848559,"uuid":"737502060","full_name":"sgruendel/vscode-extension-thymeleaf-navigate","owner":"sgruendel","description":"VS Code Extension to navigate Thymeleaf 3 fragments","archived":false,"fork":false,"pushed_at":"2026-04-03T07:30:11.000Z","size":1909,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T14:08:57.085Z","etag":null,"topics":["java","thymeleaf","thymeleaf-template-engine","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=sgruendel.thymeleaf-navigate","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgruendel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-31T09:32:04.000Z","updated_at":"2026-04-03T07:29:02.000Z","dependencies_parsed_at":"2023-12-31T11:23:05.581Z","dependency_job_id":"92322523-138c-474a-8981-1242e4d97087","html_url":"https://github.com/sgruendel/vscode-extension-thymeleaf-navigate","commit_stats":null,"previous_names":["sgruendel/vscode-extension-thymeleaf-navigate"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/sgruendel/vscode-extension-thymeleaf-navigate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgruendel%2Fvscode-extension-thymeleaf-navigate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgruendel%2Fvscode-extension-thymeleaf-navigate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgruendel%2Fvscode-extension-thymeleaf-navigate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgruendel%2Fvscode-extension-thymeleaf-navigate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgruendel","download_url":"https://codeload.github.com/sgruendel/vscode-extension-thymeleaf-navigate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgruendel%2Fvscode-extension-thymeleaf-navigate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","thymeleaf","thymeleaf-template-engine","vscode","vscode-extension"],"created_at":"2026-04-04T17:34:31.793Z","updated_at":"2026-04-04T17:34:32.368Z","avatar_url":"https://github.com/sgruendel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thymeleaf-navigate README\n\nA VS Code extension to navigate Thymeleaf 3 fragments in text files like HTML or XML.\n\n## Features\n\nFragment definitions like `\u003cdiv th:fragment=\"card-skeleton\"\u003e` are recognized in text files.\nFragment expressions referencing those definitions like\n`\u003cdiv th:replace=\"~{fragments/skeletons :: card-skeleton}\" /\u003e` are then recognized and made navigable via\n`Ctrl+Click`.\n\n![thymeleaf-navigate demo](assets/images/demo.gif)\n\n## Requirements\n\nThymeleaf syntax before version 3 is not supported.\n\n## Extension Settings\n\n- `thymeleaf-navigate.language`: Language mode for Thymeleaf files, e.g. \"html\" or \"xml\"; defaults to \"html\".\n- `thymeleaf-navigate.fragmentsPath`: Path to search for Thymeleaf fragments, defaults to \"src/main/resources/templates\".\n\n## Known Issues\n\nFragment links to files not opened before might not navigate to the fragment definition's line on the first time.\n\nFragment selectors using CSS selectors like `\u003cdiv th:insert=\"~{footer :: #copy-section}\" /\u003e` are not supported.\n\nDynamic fragment selectors like `\u003cdiv th:insert=\"~{footer :: #{footer.admin}}\" /\u003e` are not supported.\n\n## Release Notes\n\n### 1.3.1\n\nRecognize expressions without selector [#5](https://github.com/sgruendel/vscode-extension-thymeleaf-navigate/issues/5)\n\n### 1.3.0\n\nRecognize multi-line Fragment Selectors [#1](https://github.com/sgruendel/vscode-extension-thymeleaf-navigate/issues/1)\n\nFix referencing current template via 'this::' [#4](https://github.com/sgruendel/vscode-extension-thymeleaf-navigate/issues/4)\n\n### 1.2.0\n\nAdd tooltips to links.\n\nSeparate links to file defining fragment and fragment itself.\n\n### 1.1.0\n\nAdd settings for language and fragments path.\n\n### 1.0.4\n\nInitial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgruendel%2Fvscode-extension-thymeleaf-navigate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgruendel%2Fvscode-extension-thymeleaf-navigate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgruendel%2Fvscode-extension-thymeleaf-navigate/lists"}