- Add functionality to create new collections via API - Implement copy and move operations between collections - Improve image rendering in markdown preview with relative path resolution - Add support for previewing binary files (images, PDFs) - Refactor modal styling to use flat buttons and improve accessibility
34 lines
971 B
YAML
34 lines
971 B
YAML
collections:
|
|
documents:
|
|
path: ./collections/documents
|
|
description: General documents and notes
|
|
notes:
|
|
path: ./collections/notes
|
|
description: Personal notes and drafts
|
|
projects:
|
|
path: ./collections/projects
|
|
description: Project documentation
|
|
new_collectionss:
|
|
path: collections/new_collectionss
|
|
description: 'User-created collection: new_collectionss'
|
|
test_collection_new:
|
|
path: collections/test_collection_new
|
|
description: 'User-created collection: test_collection_new'
|
|
dynamic_test:
|
|
path: collections/dynamic_test
|
|
description: 'User-created collection: dynamic_test'
|
|
runtime_collection:
|
|
path: collections/runtime_collection
|
|
description: 'User-created collection: runtime_collection'
|
|
7madah:
|
|
path: collections/7madah
|
|
description: 'User-created collection: 7madah'
|
|
server:
|
|
host: localhost
|
|
port: 8004
|
|
webdav:
|
|
verbose: 1
|
|
enable_loggers: []
|
|
property_manager: true
|
|
lock_manager: true
|