Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-lazar/gemini-intellij-plugin
Gemini syntax highlighting for IntelliJ IDEs
https://github.com/michael-lazar/gemini-intellij-plugin
Last synced: 3 months ago
JSON representation
Gemini syntax highlighting for IntelliJ IDEs
- Host: GitHub
- URL: https://github.com/michael-lazar/gemini-intellij-plugin
- Owner: michael-lazar
- License: other
- Created: 2022-11-25T21:16:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T02:15:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T19:26:20.661Z (6 months ago)
- Language: Java
- Size: 1.69 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gemini - gemini-intellij-plugin - text/gemini syntax highlighting for IntelliJ IDEs (Tools / Syntax Highlighting)
README
# Gemini Intellij Plugin
![Build](https://github.com/michael-lazar/gemini-intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.michaellazar.gemini_plugin.svg)](https://plugins.jetbrains.com/plugin/com.github.michaellazar.gemini_plugin)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.michaellazar.gemini_plugin.svg)](https://plugins.jetbrains.com/plugin/com.github.michaellazar.gemini_plugin)This is a very basic [gemini](https://gemini.circumlunar.space/docs/) language plugin for the JetBrains family of editors (IntelliJ IDEA, PyCharm, Android Studio, etc.)
I practically live in PyCharm, and I wanted a better experience for working with gemini text files (`.gmi`).
## Features
Adds IDE support for the [*text/gemini*](https://gemini.circumlunar.space/docs/) markup language.
Features:
- Syntax highlighting
- Custom file icons for .gmi files
- Context-aware spellchecking (will skip preformatted blocks)
- Code folding for preformatted blocks### Screenshots
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Gemini" >
Install Plugin
- Manually:Download the [latest release](https://github.com/michael-lazar/gemini-intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template