Open Source JavaScript Text Editors - Page 7

Browse free open source JavaScript Text Editors and projects below. Use the toggles on the left to filter open source JavaScript Text Editors by OS, license, language, programming language, and project status.

  • Powerful Website Security | Continuous Web Threat Platform Icon
    Powerful Website Security | Continuous Web Threat Platform

    Continuously detect, prioritize, and validate web threats to quickly mitigate security, privacy, and compliance risks.

    Reflectiz is a comprehensive web exposure management platform that helps organizations proactively identify, monitor, and mitigate security, privacy, and compliance risks across their online environments. Designed to address the growing complexity of modern websites, Reflectiz provides full visibility and control over first, third, and even fourth-party components, such as scripts, trackers, and open-source libraries that often evade traditional security tools.
    Learn More
  • Save up to 90% off rates for USPS, UPS, DHL Express, and more with the best multi-carrier shipping software for e-commerce businesses. Icon
    Save up to 90% off rates for USPS, UPS, DHL Express, and more with the best multi-carrier shipping software for e-commerce businesses.

    For Small / Medium E-Commerce Businesses

    Whether you're established or just getting started, Shippo is the best shipping software for growing e-commerce brands that need to save time and money, fulfill and ship at scale, and delight customers. Create shipping labels for all carriers & save money with discounted rates. See all your online sales channels in one place and automatically access discounted USPS and DHL Express rates, or use your own carrier accounts. Sign up is free and there are no monthly fees or cancellation fees.
    Learn More
  • 1
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OnText is a web-based text editor which uses PHP and JavaScript. Allows users to edit and manage files remotely, using a browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The objective of the OpenBerg Project is to develop Open-Source, Open-Standards-based, Multi-Platform tools for eBook authors, editors and users. We are currently working on OpenBerg Lector, an e-Book reader, and OpenBerg Rector, an e-Book compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHPSCH is php based source code syntax highlighter. It supports php, c++, c#, java, delphi, css, html, mysql. You can change the default syntax colors with yours. project page: www.ibonette.com/phpsch-source-code-highlighter-kaynak-kod-renklendirici
    Downloads: 0 This Week
    Last Update:
    See Project
  • Empowering Companies To Excel In Safety Data Sheet Compliance Icon
    Empowering Companies To Excel In Safety Data Sheet Compliance

    For any organization using chemicals that require Safety Data Sheets

    Effortless setup and maintenance: Simplified management and seamless online access to safety data sheets for your team
    Learn More
  • 5
    PSPad cursor enhancement

    PSPad cursor enhancement

    Cursor enhancement features for PSPad editor

    PSPad Editor Extension enhances native CTRL + (SHIFT) + RIGHT/LEFT cursor position behavior. With this extension, cursor positioning is more efficient using behavior modeled on UltraEdit/TextPad Current or selected lines can be moved up/down using CTRL + ALT + UP/DOWN. Cursor behavior can be further customized by altering the regular expressions available in the Scripts menu > Ingkcpos > Settings feature. Version 0.6 of this extension was bundled with PSPad releases as of August 2007 -- please download the most recent version: 0.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PatternPro is a regular expression engine, OO in design having implementations in VB6, C#, JavaScript and ActionScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PWEditor is a professional web development tool, enabling users to efficiently design, develop and maintain websites both online and offline. It includes WYSIWYG html editor, CSS editor, JS editor and text editor. It works with Firefox, Mozilla and IE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ProTx™ is a plain-text editor that I developed to facilitate the practice and learning of HTML, especially for learners. ProTx™ is not your regular plain-text editor because it has a few extra useful features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QAceEdit

    QAceEdit

    A lightweight cross platform programmers' editor

    QAceEdit is a lightweight open source text editor with syntax highlighting for Windows. It uses Qt for the frontend and the JavaScript-based Ace embedded editor for editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver and Track Online and Live Training Fast and Easy with Axis LMS! Icon
    Deliver and Track Online and Live Training Fast and Easy with Axis LMS!

    Axis LMS targets HR departments for employee or customer training,

    Axis LMS enables you to deliver learning and training everywhere through a flexible and easy-to-use LMS that is designed to enhance your training, automate your workflows, and engage your learners.
    Learn More
  • 10
    QPyDesk

    QPyDesk

    Code editor and real-time QR code generator for QPython

    QPyDesk is a code editor, and real-time QR code generator for QPython. It is a Python code editor with syntax highlighting that also generates the QR code that represents said code in real time. This application also allows you to print the generated QR code to distribute the created application. However, because QR codes have a limited storage capacity, if the code is very long, QPyDesk creates a QR code that is only valid while the application is running, that is, the QR code generated in this case is useless for distribute the application, but it is still useful to check the operation of the script while it is encoded from the computer. When these circumstances occur, QPyDesk notifies the user and disables the print button. QPyDesk gives dynamism during the development of applications for QPython / Android, since it takes advantage of the QPython QR code reader to work comfortably from the computer for the android device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    QuickFox

    Everyday note-taking solution.

    QuickFox is a multi-tab note taking add-on for Firefox that uses the integrated bookmarks system or a single sqlite database to store notes. Therefore, if you already have either a bookmarks synchronization add-on (e.g: XMarks) or a file synchronization software (e.g: Dropbox, SugarSync, Syncplicity), your notes will be synchronized automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RSane Publisher allows a team of authors to easily maintain shared documents. Publisher speeds authoring of large structured documents, especially technical, business, and reference materials. Runs on Java, JBoss, and Tomcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A test Project for Creating an XML editor based on an XSD in JS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack and other bundlers that support both Hot Module Replacement (HMR) and Babel plugins. HMR allows us to replace modules in-place without restarting the server. Here’s how you can enable it for different bundlers. The easiest and fastest option to use React Hot Loader with Webpack is to use webpack-dev-server with --hot CLI option. If you’re only rendering on the client side but you have to use some custom node server, this is still an easy option. You can simply copy server.js from the official boilerplate into your project. The important part of the configuration is that when you create a new WebpackDevServer, you need to specify hot: true as an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RichTextEditorGM is a free HTML WYSIWYG Text Editor made with javascript. Its engine was made base on a existing script (FreeRichTextEditor) that is now discontinued.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cms written in php and mysql, phpnuke style whit a plugins,blocks and permission system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SAXE

    Simple Ajax XML Editor, with limited XSD support

    An online, Javascript based, XML editor that saves via PHP using Ajax. Install: 1. Copy all files to a web server (requires PHP) 2. Make config.xml and config.xml.bck writable 3. Open /xmleditor/xmleditor.html in Firefox Notes: -Only works in Firefox -XSD generator not included -XSD validation not yet supported -Text nodes not yet supported -PHP file does not implement any security measures -Use XSD_LOC get var to define a custom xsd location, example: ../config.xsd -Use XSD_ROOT_ELEMENT get var to define a custom xsd root element name, example: ../config -Use XML_LOC get var to define a custom xml location, example: ../config.xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SaD Edition Modume : Stand-alone Documents Edition Module, is a generic module (for CMS/BLOGS) writen in PHP that provides read and edit richt text documents with attachements stored in one file to the WWW users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Shared Questionnaire System
    Shared Questionnaire System(SQS) is a full-functional Optical Mark Reader(OMR) form processing system implemented in Java-Swing, XSL-FO and AJAX with straightforward GUIs. It is aimed at developing social platform to share knowledge about questionnaire.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simditor

    Simditor

    An easy and fast WYSIWYG editor

    Simditor is a browser-based WYSIWYG text editor. It is used by Tower, a popular project management web application. Supported browsers are IE10+, Chrome, Firefox, and Safari. Use the placeholder attribute value of the textarea by default. Insert a hidden input in textarea to store params (key-value pairs). Accept false or key value pairs. Extra options for uploading images. e.g. 'url', 'params'. Support uploading by pasting images from clipboard. Only supported by Firefox and Chrome. simditor.css is compiled from '.scss' source file using Sass. If you want to change the style of Simditor, you can simply change simditor.scss and reproduce the CSS file. .editor-style is the layout style of the textarea. Customize this file if you want a different text format. You can also create your own extensions for Simditor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sunset is an online operating system. It will be downloadable (for installing on your own server) as soon as it has finished!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SJSD provides a fully integrated, feature complete and extensible WYSIWYG open source online editor for eZ publish. It is implemented in the form of a FCKeditor plugin and an eZ publish extension and requires no modification to FCKeditor/eZ publish core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Swagger Node

    Swagger Node

    Swagger module for node.js

    The swagger module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as well as any Connect-based middleware. With swagger, you can specify, build, and test your API from the very beginning, on your laptop. It allows you to change and iterate your design without rewriting the logic of your implementation. Remember, one great thing about this approach is that all of the Swagger validation logic is handled for you, and all of the routing logic is managed through the Swagger configuration. You don't have to code (or recode!) any of that stuff yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Synhe - Syntax Highlighting Editor is a javascript application allowing editing of a program code within a browser. Synhe may add value to CMS projects keeping source code in the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TeX Hyphenator in Java
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB