Open Source Linux Text Editors - Page 93

Text Editors for Linux

View 39 business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    vim-colors-solarized

    vim-colors-solarized

    precision colorscheme for the vim text editor

    The Solarized color scheme for Vim was designed by Ethan Schoonover with the goal of producing a visually comfortable and consistent palette in both light and dark modes. It uses a fixed sixteen-color palette (eight monotones and eight accent hues) with carefully calibrated lightness relationships in the CIELAB color space, which enables it to work well in terminals, GUIs and code editors alike. The Vim-specific repository provides a convenient way to install the colorscheme for Vim (and older Vim versions) although the colorscheme itself is applied in Terminal and GUI environments beyond just Vim. The design emphasises readability, reducing visual fatigue, and maintaining consistent contrast across various lighting conditions. Users often choose Solarized because it remains balanced without overly saturated or harsh colors, making long coding sessions more comfortable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vim-go

    vim-go

    Go development plugin for Vim

    This plugin adds Go language support for Vim, with the following main features. Look up documentation with :GoDoc or :GoDocBrowser, easily import packages via :GoImport, remove them via :GoDrop. Precise type-safe renaming of identifiers with :GoRename. See which code is covered by tests with :GoCoverage. Add or remove tags on struct fields with :GoAddTags and :GoRemoveTags. Call golangci-lint with :GoMetaLinter to invoke all possible linters (golint, vet, errcheck, deadcode, etc.) and put the result in the quickfix or location list. Lint your code with :GoLint, run your code through :GoVet to catch static errors, or make sure errors are checked with :GoErrCheck. Advanced source analysis tools utilizing guru, such as :GoImplements, :GoCallees, and :GoReferrers, and many more! Please see doc/vim-go.txt for more information. The gopls instance can be shared with other Vim plugins. Vim-go's use of gopls can be disabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vim-instant-markdown

    vim-instant-markdown

    Instant Markdown previews from Vim

    vim-instant-markdown provides live Markdown preview from Vim/Neovim in your web browser with minimal configuration. When you open a Markdown file, the plugin launches a local server and continuously updates a rendered preview as you type. This immediate feedback helps you fine-tune headings, lists, tables, and code fences without manual refreshes. It supports GitHub-flavored Markdown features and typical extensions so the preview resembles common hosting platforms. Automatic live preview of Markdown in your browser. Support for GitHub-flavored Markdown and common extensions. The approach keeps editing in Vim while leveraging the browser’s rendering for accurate layout and styling. For writers and developers documenting code, it tightens the edit–preview loop dramatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    vim-pandoc

    vim-pandoc

    pandoc integration and utilities for vim

    vim-pandoc provides facilities to integrate Vim with the pandoc document converter and work with documents written in its markdown variant (although textile documents are also supported). vim-pandoc's goals are 1) to provide advanced integration with pandoc, 2) a comfortable document writing environment, and 3) great reconfigurability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    vim-plug

    vim-plug

    Minimalist Vim Plugin Manager

    vim-plug is a minimalist open source Vim plugin manager that's easy to set up and easy to use. It's got a concise, intuitive syntax and a single file, no need for boilerplate code. vim-plug is able to do a number of things. Firstly, it can perform parallel installation/update (with any of +job, +python, +python3, +ruby, or Neovim) extremely fast. It can create shallow clones to consume the least amount of disk space and download time. It can review and rollback updates, and is capable of on-demand loading to ensure the fastest startup time. All these and more from one simple plugin manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    vim-sql

    SQL Workbench/J implementation in VIM

    This is an implementation of SQL Workbench/J (http://www.sql-workbench.net/) in VIM. It works with any DBMS supported by SQL Workbench/J (PostgreSQL, Oracle, SQLite, MySQL, SQL Server etc.). See the complete list here: http://www.sql-workbench.net/databases.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vimper is a Vim based IDE, a set of plugins to enable creation of development projects. There are a lot of useful plugins available, but you need to run around to gather them. Vimper gathers a lot of these plugins into one package and extend or add new.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    vimtrainer helps students learn vim. It generates random text editing problems, allows students to work them within vim, and judges the answers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    vimv
    Vi move (vimv) - rename the files in a directory using the vi text editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    VIP is VI in Perl. This is a fun project and everyone is welcome to join.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A brand-new powerful major mode for editing verilog sources in Emacs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vue-quill-editor

    vue-quill-editor

    Quill editor component for Vue

    vue-quill-editor is a rich text editor component for Vue.js that wraps the Quill editor, providing a powerful and customizable WYSIWYG editing experience for web applications. It enables developers to integrate advanced text editing capabilities such as formatting, embedding media, and handling structured content directly within Vue-based interfaces. The component supports two-way data binding, making it easy to synchronize editor content with application state in real time. It also allows extensive customization through modules, themes, and toolbar configurations, enabling developers to tailor the editor to specific use cases. The underlying Quill engine provides a delta-based document model, which ensures efficient updates and consistent representation of content. vue-quill-editor is widely used in applications that require user-generated content, such as blogs, CMS platforms, and messaging systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Display MSDN Library via emacs-w3m on Emacs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    waX Me Lyrical (we call it just "Wax" for short) is an XML editor. It allows the author to view their document in different ways (text view, tree view, etc). Wax has a plugin architecture for building customised editors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Warcraft 3 Vertical Break Code Tools is a simple java-awt GUI tools to help create and visualize colorized tooltips or descriptions used for Warcraft 3's worldedit objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A qt viewer and editor for chords and text, with chords manipulation. It will communicate with a server where will be stored sources of text and chords
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    web-macro-Processor

    A general-purpose macro-processor, particularly useful for HTML

    A general-purpose macro-processor, particularly useful for chunks of HTML. Runs on MS windows, could be adapted easily for Unix/Linux. Small: source code is 500 lines of Pascal.#]Good docs.. For the manual, follow the Wiki link above, then Browse Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    web-mode.el

    web-mode.el

    Web template editing mode for emacs

    web-mode.el is an autonomous emacs major mode for editing web templates. HTML documents can embed parts (CSS / JavaScript) and blocks (client / server side). web-mode.el is compatible with many template engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker, Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template, Dust.js, Google Closure (soy), React/JSX, Angularjs, ejs, Nunjucks, etc. Compatibility with many template engines : php, jsp, gsp (grails), asp / asp.net ajax (atlas), django / twig / jinja(2) / erlydtl (zotonic) / selmer, erb, ejs, freemarker, velocity, cheetah, smarty, ctemplate / mustache / hapax / handlebars / meteor / blaze / ember.js / velvet, blade (laravel), knockoutjs, go template (revel), razor/play, dust, closure (soy), underscore.js, template-toolkit, liquid (jekyll), angular.js, web2py, mako (pylons), reactjs (jsx), mojolicious, elixir (erlang), thymeleaf, cl-emb, heist, archibus, xoops, hero, spip, svelte, elixir.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This application reads the output of Web forms posted on your website (usually via email) and converts them to csv files for importing into a database, or managing in Excel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A java based platform for distributed computing based on P2P and multi agent system technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PROJECT HAS MOVED: https://github.com/wiki2beamer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Versatile converter from Wiki-Markup-Language to LaTex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An extensible WikiClone system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A tool to help finding the corresponding interwikis the when translating a wikipedia article from a given language to another one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    English to Hindi transliteration project. It will be a downloadable tool, which by using statistical machine learning algorithms, will try to reach the efficiency of google indic transliteration and quillpad.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB