uBlock/platform/mv3/extension/lib/codemirror
Raymond Hill fd5da3fcd2
[mv3] Use CodeMirror editor for list of no-filtering websites
This is a first step to integrate CodeMirror6 into the project.

As a side effect, this should take care of:
https://github.com/uBlockOrigin/uBOL-home/issues/297

Though most likely the list of no-filtering websites will probably
move to its own pane as in uBO in some future.
2025-05-14 17:20:55 -04:00
..
cm6.bundle.ubol.min.js [mv3] Use CodeMirror editor for list of no-filtering websites 2025-05-14 17:20:55 -04:00
README.md [mv3] Use CodeMirror editor for list of no-filtering websites 2025-05-14 17:20:55 -04:00

Steps to build cm6.bundle.ubol.min.js -- command line:

  • git clone https://github.com/gorhill/codemirror-quickstart.git
  • cd codemirror-quickstart
  • npm install
  • npm build
  • cm6.bundle.ubol.min.js should be in dist directory
  • This is the origin of the cm6.bundle.ubol.min.js in the current directory