Skip to content

4skinSkywalker/pretty-damn-cool-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pretty Damn Cool Editor

A rich text online editor that preserves your privacy.
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Screenshot

This rich text online editor is meant to protect your privacy, just encrypted contents get stored on the web, everything else never leaves the client (neither your password nor your clear text). The idea is to integrate this editor with the IPFS (InterPlanetary File System) which is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. On the IPFS is possible to upload files but neither modify nor delete them, for this reason the editor keep tracks of changes by referencing IPFS IDs in a git-like fashion with branches and commits.

Key takeaways:

  • Preserves your privacy;
  • Use a distributed immutable file system (yet to be implemented);
  • Versions your files.

Built With

Getting Started

To run this project you simply download all the files and run them inside any web server. Or you can just simply use Live Server which is a plugin for Visual Studio Code and run it straight from the code editor.

Usage

The way this tool is meant to work is pretty intuitive: like any other text editor. Following a gif that shows how it works:

Product Demo

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/SomeFeature)
  3. Commit your Changes (git commit -m 'Add some SomeFeature')
  4. Push to the Branch (git push origin feature/SomeFeature)
  5. Open a Pull Request

License

This software is not licensed, you are free to abuse it. Bureaucracy will kill us all!

Contact

Fredo Corleone - @LinkedIn - stopchemtrailsfred@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published