mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
Implement multi-branch prefix editing functionality
- Add setPrefixBatch API endpoint to handle batch prefix updates - Update branch_prefix dialog to support multiple branches - Remove noSelectedNotes constraint from edit branch prefix menu - Add translations for multi-branch prefix editing Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
This commit is contained in:
7
packages/ckeditor5-admonition/sample/ckeditor.d.ts
vendored
Normal file
7
packages/ckeditor5-admonition/sample/ckeditor.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
editor: ClassicEditor;
|
||||
}
|
||||
}
|
||||
import { ClassicEditor } from 'ckeditor5';
|
||||
import 'ckeditor5/ckeditor5.css';
|
||||
Reference in New Issue
Block a user