mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
575 B
575 B
Building the editor
First, make sure Environment setup is set up.
Trigger the build
cd packages/ckeditor5-build-trilium
yarn build
This will trigger a change in the build
directory.
Copy the build artifact to the main repo
Go to packages/ckeditor5-build-balloon-trilium/build
and copy ckeditor.js
and ckeditor.js.map
to libraries/ckeditor
in the Notes
repository.
An example shell command to copy it:
cp build/ckeditor.* ~/Projects/TriliumNext/Notes/libraries/ckeditor/