Open Source Linux Text Editors - Page 76

Text Editors for Linux

View 39 business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    A tool to help with the writing process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Writers Forge is a fiction authoring suite, an IDE for writers. The tool suite will provide integrated support for writing screenplays and prose, and developing plot and character. The backend will support many target formats, including XML and PDF.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This addon is being developed by SVM for a CMS called Coranto at http://coranto.gweilo.org/. This addon will allow you to have a WYSIWYG editor in your news posts. The intent of this addon is to continue the work of kriko and AreoSoul on WebWriter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Wukong

    Wukong

    Highly customizable full-text search engine

    Efficient indexing and searching (1M Weibo 500M data is indexed in 28 seconds, search response time is 1.65 milliseconds, and search QPS is 19K). Support Chinese word segmentation (concurrent word segmentation using the sego word segmentation package, speed 27MB/sec). Support to calculate the proximity distance of keywords in the text (token proximity). When a request to add a document to the index comes in, the main coroutine will send the text to be segmented to a word segmentation coroutine through a channel, and the coroutine will segment the text and send it to a word segmentation through another channel. Indexer coroutines. The indexer coroutine builds an inverted index from the search keyword to the document, and the inverted index table is stored in memory for quick recall. The main coroutine receives the user's request, segments the request phrase in the main coroutine, and then sends it to the indexer through the channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    When you edit LaTeX, HTML, BibTeX or TeXinfo sources in Emacs, package X-Symbol uses real characters for tokens like \oplus and provides various input methods for them. Thumbnails for included images and real super-/subscripts and are also supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XSL Transformation (XSLT) stylesheets. They are used to convert documents from Adobe's XML Data Package (XDP) XML vocabulary into documents in the W3C's XSL Formatting Objects (XSL-FO) vocabulary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XEmacs is a highly customizable text editor and application development system. Its emphasis is on modern graphical user interface support and an open software development model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is an editor for XML. It is based on a simplified DOM 1.0 specification to interact with packed widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Its XML editor with a inbuilt browser, tree viewer and analyser built on Visual studio 2010
    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
  • 10
    A highlighter for XML documents, written in Java. Uses regular expressions to search a set of DOM nodes, and transparently handles highlighting matches that span multiple elements. Highlight events are passed to a user defined highlighter for processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XML Mill

    XML Mill

    XML Mill is a GUI based XML editor with a memory.

    "XML Mill" is an open source initiative distributed free under the GNU GPL. As a GUI based XML editor and builder, XML Mill furthermore remembers relationships between the elements, attributes and attribute values of specific "styles" of XML. Since synchronising and managing (the same) information across different sites is difficult and counter-productive, I urge you to see the project's home page for a comprehensive explanation of the application's features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    It's a tools generating some graphics interfaces for applications in Java language. It's to gain a lot of time while building some windows. The Swings classes are very difficult to use! (especially the Layouts) We describe the windows content in XML!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a validating xml editor for creating, edititing an manipulating XML files by a web interface. It is based on open standards like XHTML, JavaScript, DOM and CSS for the client and JavaServlets, JSP for the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XML library for DATABUS language. There are basic functions for export/import XML files. This package contains additional classes for LinkedLists, Stacks, Exceptions etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML-Lit is a simple language-independent literate programming system that works with any XML-based markup language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Command line XML parser using "expat" libraries allowing you to on the fly extract / add / modify / delete / split / format / unformat / count tag value, name and attributes. Usefull for shell scripting on UNIX or Linux based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XVCL is a general-purpose language for configuring variants in all sorts of textual documents (including programs). It is based on frame technology. XVCL processor automates the customization process to produce system from specification of variants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XML-edit

    XML-edit

    XML Editor in PHP for editing simple XML files

    XML Editor in PHP for editing simple XML files. New in version 0.3 - Languages (English / Dutch) - Help-texts while editing - fixed width of inputfields - A few bug-fixes This script works with simple XML files like: <?xml version="1.0"?> <countries> <country> <name>France</name> <capital>Paris</capital> <population>64768389</population> <currency>Euro</currency> </country> <country> <name>Greece</name> <capital>Athens</capital> <population>11000000</population> <currency>Euro</currency> </country> <country> <name>Netherlands</name> <capital>Amsterdam</capital> <population>16645000</population> <currency>Euro</currency> </country> </countries> etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Splitting an XML file into components of a pure TextArray and the XML markup information allows to examine the text further with simple PCRE matching and easy memorization of results in the XML tree, done here on the basis of glib2 and libpcre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XML::Template is an X(HT)ML template processing framework written in Perl designed for constructing web sites and web applications. It provides XML document parsing and caching; scalar, array, nested, and XPath variables; and numerous plugin modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XMLGear
    XMLGear is an XML parser, styler, generator and editor libruary for Java ME, SE, EE devices. It provides you DOM model support and full object-oriented editor with fast and lightweight code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XMLProg is a DTD(XMLSchema) for programmers to write Programs in an XML editor (particularily tree editor). Structure cannot be in error due to errant brace, Extreme Programming writing func spec and unit test data first can be enforced. Output can be tra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XMLT is a set of tools allowing easy manipulation of XML files. It's main component is XMLE, an easy to use, intuitive, simple XML editor. It has no support for DTDs, or schema languages, or multiple inheritance - it aims to capture the simplicity and fl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a small program that enable you to generate XML from your 'home made' document format (should be a text file...) following a very simple control file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XMLtype is a console based editor of XML document-oriented files in UTF-8 encoding. It is designed from the begining for the multilingual use, even for writing bi-directional texts (e.g. mixed English and Hebrew).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB