https://github.com/mmoehabb/rxeditor
A static web application for easily creating slides, blogs, and even books.
https://github.com/mmoehabb/rxeditor
Last synced: about 2 months ago
JSON representation
A static web application for easily creating slides, blogs, and even books.
- Host: GitHub
- URL: https://github.com/mmoehabb/rxeditor
- Owner: mmoehabb
- License: mit
- Created: 2022-06-18T15:31:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T05:21:30.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:52:32.728Z (4 months ago)
- Language: TypeScript
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
RxEditor is an open-source static web applciation, that gives users the facility to
write and design their own web blogs, slides, articles or even books, by using HTML.
Technically, the users data (HTML Nodes) is saved, in an abstract form, as JSON file.
Which can be loaded by the app to be viewed, edited, or exported as a pdf file with
the desired style (normal, slide,... etc).> It is not yet complete; users can only edit and view data with the app. However, any data exported (as JSON) from the current version will be available for different types of exports/styling in future versions.
# TODO
- Add fullscreen feature in the editor.
- Add buttons for resizing the font in ViewContent.
- Export data as md.# Try it
[https://rx-editor.netlify.app](https://rx-editor.netlify.app)## Samples
- [IntroToAgile.json](https://rx-editor.netlify.app/ViewContent/?fileURL=https://raw.githubusercontent.com/Mahmoud-Ehab/RxEditor/main/samples/IntroToAgile.json)