All Projects → therealglazou → Bluegriffon

therealglazou / Bluegriffon

Licence: mpl-2.0
BlueGriffon, the Web editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bluegriffon

React Page
Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.
Stars: ✭ 8,704 (+4363.59%)
Mutual labels:  wysiwyg-editor
Brickyeditor
WYSIWYG block editor jQuery plugin.
Stars: ✭ 112 (-42.56%)
Mutual labels:  wysiwyg-editor
Rich Markdown Editor
The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
Stars: ✭ 2,468 (+1165.64%)
Mutual labels:  wysiwyg-editor
Ngx Summernote
Summernote editor for Angular 😎
Stars: ✭ 76 (-61.03%)
Mutual labels:  wysiwyg-editor
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+6889.23%)
Mutual labels:  wysiwyg-editor
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (+823.59%)
Mutual labels:  wysiwyg-editor
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+449.23%)
Mutual labels:  wysiwyg-editor
Nib
Wysiwyg / Text editor components built using React and Prosemirror
Stars: ✭ 181 (-7.18%)
Mutual labels:  wysiwyg-editor
Mobiledoc Kit
A toolkit for building WYSIWYG editors with Mobiledoc
Stars: ✭ 1,481 (+659.49%)
Mutual labels:  wysiwyg-editor
Guppy
WYSIWYG mathematics editor with structured, searchable, LaTeX-compatible, and parseable output
Stars: ✭ 147 (-24.62%)
Mutual labels:  wysiwyg-editor
Live Css Editor
jquery online css editor, themeroller like tool for customizing your web page
Stars: ✭ 80 (-58.97%)
Mutual labels:  wysiwyg-editor
Nicedit
WYSIWYG editor
Stars: ✭ 86 (-55.9%)
Mutual labels:  wysiwyg-editor
My Vue Editor
a rich text editor for Vue 2.x
Stars: ✭ 129 (-33.85%)
Mutual labels:  wysiwyg-editor
Vue Mobiledoc Editor
A lightweight and customizable editor that allows you to embed rich content using Vuejs components.
Stars: ✭ 73 (-62.56%)
Mutual labels:  wysiwyg-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+5875.9%)
Mutual labels:  wysiwyg-editor
Jwysiwyg
WYSIWYG jQuery Plugin
Stars: ✭ 1,076 (+451.79%)
Mutual labels:  wysiwyg-editor
Summernote
Super simple WYSIWYG editor
Stars: ✭ 10,486 (+5277.44%)
Mutual labels:  wysiwyg-editor
Flutter Quill
Rich text editor for Flutter
Stars: ✭ 177 (-9.23%)
Mutual labels:  wysiwyg-editor
Lite Editor
A Modern WYSIWYG Editor especially for inline elements
Stars: ✭ 169 (-13.33%)
Mutual labels:  wysiwyg-editor
Wangeditor
wangEditor —— 轻量级web富文本框
Stars: ✭ 12,792 (+6460%)
Mutual labels:  wysiwyg-editor

Bluegriffon

The Open Source next-generation Web Editor based on the rendering engine of Firefox

To prepare the build USING MERCURIAL

  • make sure to have installed the environment to build Mozilla: windows, MacOS X, linux

  • get mozilla-central from Mozilla through Mercurial:

    hg clone http://hg.mozilla.org/mozilla-central bluegriffon-source

    Warning: on Windows, it's HIGHLY recommended to have both Windows and Visual Studio in the same locale, preferably en-US. If for instance you have a fr-FR Windows10 and a en-US VS, build will miserably fail...

  • get BlueGriffon's tree through:

    cd bluegriffon-source

    git clone https://github.com/therealglazou/bluegriffon

  • update the mozilla tree

    hg update -r `cat bluegriffon/config/mozilla_central_revision.txt`

    patch -p 1 < bluegriffon/config/gecko_dev_content.patch

    patch -p 1 < bluegriffon/config/gecko_dev_idl.patch

  • create a .mozconfig file inside your bluegriffon-source directory. The settings I am using on a daily basis on OS X (Sierra) can be found in bluegriffon/config/mozconfig.macosx

To prepare the build USING GIT

  • make sure to have installed the environment to build Mozilla: windows, MacOS X, linux

  • get gecko-dev from github through git:

    git clone https://github.com/mozilla/gecko-dev bluegriffon-source

    Warning: on Windows, it's HIGHLY recommended to have both Windows and Visual Studio in the same locale, preferably en-US. If for instance you have a fr-FR Windows10 and a en-US VS, build will miserably fail...

  • get BlueGriffon's tree through:

    cd bluegriffon-source

    git clone https://github.com/therealglazou/bluegriffon

  • update the mozilla tree

    git reset --hard `cat bluegriffon/config/gecko_dev_revision.txt`

    patch -p 1 < bluegriffon/config/gecko_dev_content.patch

    patch -p 1 < bluegriffon/config/gecko_dev_idl.patch

  • create a .mozconfig file inside your bluegriffon-source directory. The settings I am using on a daily basis on OS X (Sierra) can be found in bluegriffon/config/mozconfig.macosx

My own builds

  • OS X: OS X 10.12.6 with Xcode version 9.0 (9A235)
  • Windows: Windows 10 Pro with Visual Studio Community 2015
  • Linux: Ubuntu 16.04.1 LTS

Build BlueGriffon

./mach build

Run BlueGriffon in a temporary profile

./mach run

Package the build

./mach package

Want to contribute to BlueGriffon?

There are two ways to contribute:

  1. Contribute code. That's just another OSS project, we're waiting for your Pull Requests!
  2. Contribute L10N. All happens only in the 'locales' directory. You can review the existing locales and proposed changes/fixes or submit a new locale in a Pull Request. In that case, you need to translate everything from en-US into a new locale beforeI can accept the PR.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].