Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add path to preferences-file #494

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
# Customize Edirom Online

## Annotations
change the **layout** for annotations (3 are predefined), using predefined preferences
change the **layout** for annotations (3 are predefined), using predefined [preferences]
* `<entry key="annotation_layout" value="EdiromOnline.view.window.annotationLayouts.AnnotationLayout1"/>`

## CSS
Add a **custom CSS file**, using predefined preferences
Add a **custom CSS file**, using predefined [preferences]
* `<entry key="additional_css_path" value="xmldb:exist:///db/apps/baudiData/editions/baudi-14-2b84beeb/edirom/css/style.css"/>`

## Image server ###
**switch the image server** from digilib to openseadragon (IIIF), using predefined preferences
**switch the image server** from digilib to openseadragon (IIIF), using predefined [preferences]
* `<entry key="image_server" value="openseadragon"/>`

## Topbar
Expand All @@ -41,9 +41,11 @@ de/activate **work switch**
* un/comment [`Edirom-Online/app/view/desktop/TopBar.js`](https://github.com/Edirom/Edirom-Online/blob/f8abab67bd86cb055859be8fdb9965602477e854/app/view/desktop/TopBar.js#L82)

## Welcome window
**define** a welcome window
**define** a welcome window, using predefined [preferences]
* `<entry key="start_documents_uri" value="xmldb:exist:///db/apps/baudiData/editions/baudi-14-2b84beeb/edirom/introduction.xml"/>`

[preferences]: ../add/data/prefs/edirom-prefs.xml

# Customize content

## SVG overlays
Expand Down
Loading