Skip to content

Files

Latest commit

06743de · Dec 12, 2024

History

History
33 lines (22 loc) · 754 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 754 Bytes

Frappe UI Editor Integration

Incorporate the Text Editor control from Frappe UI into the Frappe Framework. Who's not to like?

Installation

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

Contributing

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

License

mit