{"id":36602816,"url":"https://github.com/rife2/rife2-idea","last_synced_at":"2026-01-12T08:40:29.308Z","repository":{"id":65558991,"uuid":"593876968","full_name":"rife2/rife2-idea","owner":"rife2","description":"RIFE2 support for IntelliJ IDEA","archived":false,"fork":false,"pushed_at":"2024-11-14T02:36:42.000Z","size":1926,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T03:23:33.696Z","etag":null,"topics":["idea","intellij-idea","intellij-plugin","java","plugin"],"latest_commit_sha":null,"homepage":"https://rife2.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rife2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-01-27T03:13:14.000Z","updated_at":"2024-11-14T02:36:46.000Z","dependencies_parsed_at":"2023-12-09T07:19:50.857Z","dependency_job_id":"9f486f28-bced-4fdd-af21-a3f49fcdfa59","html_url":"https://github.com/rife2/rife2-idea","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/rife2/rife2-idea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Frife2-idea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Frife2-idea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Frife2-idea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Frife2-idea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rife2","download_url":"https://codeload.github.com/rife2/rife2-idea/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Frife2-idea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["idea","intellij-idea","intellij-plugin","java","plugin"],"created_at":"2026-01-12T08:40:28.676Z","updated_at":"2026-01-12T08:40:29.303Z","avatar_url":"https://github.com/rife2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RIFE2 IDEA Support\n\n[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Java](https://img.shields.io/badge/java-11%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html)\n[![Version](https://img.shields.io/jetbrains/plugin/v/20947-RIFE2.svg)](https://plugins.jetbrains.com/plugin/20947-rife2)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/20947-RIFE2.svg)](https://plugins.jetbrains.com/plugin/20947-rife2)\n![Build](https://github.com/rife2/rife2-idea/workflows/Build/badge.svg)\n[![Tests](https://rife2.com/tests-badge/badge/com.uwyn.rife2/rife2-idea)](https://github.com/rife2/rife2/actions/workflows/gradle.yml)\n\u003c!-- Plugin description --\u003e\nSupport for the RIFE2 web framework: https://rife2.com\n\n* Provides file templates for Element, Router and Site class creation.\n* Provides Java live templates for common routing idioms.\n* Provides template engine live templates for tag creation and surrounding.\n* Supports HTML, JSON, SVG, TXT and XML template language highlighting with\n  fallback to original languages.\n* Filtered value tags auto-completion to all template types.\n* Syntax highlighting color settings configuration panel.\n\nAfter installing the RIFE2 plugins from the marketplace, the recognized template\nfile types will automatically support RIFE2 template tags as long as they are\nchildren of a `templates` directory. Any code outside those template tags will be\nhandled by the original IDEA language support.\n\nNo configuration is necessary, but if desired, the highlighted colors can be\nchanged for each template tag type and tag name.\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"RIFE2\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/rife2/rife2-idea/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Frife2-idea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frife2%2Frife2-idea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Frife2-idea/lists"}