mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Display item notes in card view if configured
The user can set a maximum length of the item notes to display in each card. If set to 0, it is hidden.
This commit is contained in:
@ -16,6 +16,8 @@ type alias Config =
|
||||
, docspellAssetPath : String
|
||||
, integrationEnabled : Bool
|
||||
, fullTextSearchEnabled : Bool
|
||||
, maxPageSize : Int
|
||||
, maxNoteLength : Int
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user