0.0.6 • Published 3 years ago

sourc-editor v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sourc

Repo at https://github.com/Th3OneAndOnly/Sourc

MIT license GitHub issues PRs Welcome NPM Version NPM scoped bundle size

saythanks

Sourc is a text editor for the web, ready to use in your projects. It's lightweight, extensible, and embeddable. This repository is open-source and openly accepts contributions. See the Contributing section for more.

Features (still WIP)

Fully implemented

  • Basic text input including:
    • Single character input
    • Single character deleting
    • Arrow key movement
  • Plugin based code injection system.
  • A powerful, simple to use logging system.

In Progress

  • The rest of the basic text editing features

This is a synopsis. See CHANGLELOG.md for up to date changes

Installation

Install Sourc with npm

  cd your-project
  npm install --save sourc-editor

Take note that you will need webpack and some sort of dev server environment to run your webpage.

Documentation

Coming soon! 👀

Contributing

Contributions are welcome and appreciated!

Please see contributing.md for rules and regulations about contributing.

To get started, clone this repo:

git clone https://github.com/Th3OneAndOnly/Sourc sourc-dev
cd sourc-dev
npm i

Now you can use npm run dev-ts to make a demo folder containing everything you need to kickstart local development. There's also an dev-js for a javascript demos as well. You can build each by running npm run build-lcl-demo!

To build Sourc, use npm run build 🏗️ and to build the docs use npm run doc 📖.

Now, hack away! 🔨 Thank you so much for making a contribution, please make a pull request in the repo after checking your PR with contributing.md.

Please adhere to this project's code of conduct.

Testing

npm test runs jest on the project. Coverage data is stored in the resulting coverage folder.

Support

For support, email 209theoneandonly@gmail.com or create a Github Issue.

License

MIT

Special thanks to readme.so for helping me make this README!

0.0.2

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.1-a

3 years ago

0.0.1

3 years ago