All Projects → sunya9 → reveal-editor

sunya9 / reveal-editor

Licence: MIT license
Electron+Vue+bulma+SimpleMDE+reveal.js = Reveal editor

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to reveal-editor

Flutter Free Courses
The best Courses and Series about Flutter and Dart 💙 available. Totally free 🆓!
Stars: ✭ 100 (+61.29%)
Mutual labels:  presentations
Asciidoctor Reveal.js
🔮 A reveal.js converter for Asciidoctor and Asciidoctor.js. Write your slides in AsciiDoc!
Stars: ✭ 219 (+253.23%)
Mutual labels:  presentations
Interactive Data Editor
A Software to interactively edit data in a graphical manner
Stars: ✭ 35 (-43.55%)
Mutual labels:  electron-app
Keypress Osd
This program is an On-Screen Display or a Heads-Up Display for keys. It displays every key press at a clearly visible text size. It is developed for people with poor eye sight. It is meant to aid desktop computer usage. It is especially useful while chatting or for occasional typing. The user no longer has to squint or zoom in the entire screen to see what s/he writes in small text fields.
Stars: ✭ 131 (+111.29%)
Mutual labels:  presentations
Slideshow
slideshow gems - write your slides / talks / presentations in plain text with markdown formatting conventions
Stars: ✭ 173 (+179.03%)
Mutual labels:  presentations
Reveal.js
The HTML Presentation Framework
Stars: ✭ 57,980 (+93416.13%)
Mutual labels:  presentations
Deckdeckgo
The web open source editor for presentations
Stars: ✭ 1,117 (+1701.61%)
Mutual labels:  presentations
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (-61.29%)
Mutual labels:  electron-app
Registry
npm registry documentation
Stars: ✭ 202 (+225.81%)
Mutual labels:  presentations
vscode-icons-manager--electron
Manage vscode icons by Dhanish Gajjar easy with ease
Stars: ✭ 22 (-64.52%)
Mutual labels:  electron-app
Gist Reveal
Gist-powered Revealjs slides
Stars: ✭ 138 (+122.58%)
Mutual labels:  presentations
Presentations
Slide show presentations regarding data driven investing.
Stars: ✭ 162 (+161.29%)
Mutual labels:  presentations
XamarinForms.VisualDebug
A library and client app to view the visual heirarchy of your Xamarin app pages as an interactive tree diagram at runtime
Stars: ✭ 22 (-64.52%)
Mutual labels:  electron-app
What I Have Read
Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers
Stars: ✭ 110 (+77.42%)
Mutual labels:  presentations
Uzurion-Launcher
Custom launcher for modded minecraft written in electron.js and Node.js (premium and crack)
Stars: ✭ 120 (+93.55%)
Mutual labels:  electron-app
Awesome Tech Talks
🎓 🎬 An opinionated list of awesome videos related to IT / development topics, with a focus on training and gaining hands-on experience.
Stars: ✭ 80 (+29.03%)
Mutual labels:  presentations
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (+283.87%)
Mutual labels:  presentations
ssgl-doom-launcher
Super Shotgun Launcher - Modern Doom Frontend/Mod Launcher for every Desktop Operating System
Stars: ✭ 86 (+38.71%)
Mutual labels:  electron-app
Mr.Dclutterer
A minimal looking cross-platform desktop application made with Electron that handles quick file aggregation and bulk renaming.
Stars: ✭ 32 (-48.39%)
Mutual labels:  electron-app
ryuanime
A free anime streaming , using the jkanime content by scraping the jkanime website.
Stars: ✭ 20 (-67.74%)
Mutual labels:  electron-app

Reveal editor

license

Reveal editor is a presentation tool that is able to write with markdown.

Reveal editor

Features

  • Rich markdown view by SimpleMDE
  • Supports :: style emoji
  • Assets manager
  • Speaker notes and its tool

Usage

Currently Linux only.

⬇️ Download latest version from release page

Contribution

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Development

  1. Clone forked repository
  2. cd reveal-editor
  3. yarn
  4. yarn start

Note: Press Ctrl+R in electron's development tool after make sure that webpack-dev-server finish compiling if index.html is failed to load bundle.js.

Please add to devDependencies if you would like to add a module that related main process. Because electron-packager copy only devDependencies modules when packaging. If modules are used only on renderer process or tools like webpack or test frameworks, add to dependencies.

Build

yarn run build

Test

Coming soon...

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].