Incorporate the Text Editor control from Frappe UI into the Frappe Framework. Who's not to like?
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app https://github.com/Avunu/frappe_editor --branch develop
bench install-app frappe_editor
This app uses pre-commit
for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/frappe_editor
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
mit