mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat(views/geomap): display in view type
This commit is contained in:
parent
00fd1ba137
commit
7abb67e737
@ -761,7 +761,8 @@
|
|||||||
"book_properties": "Book Properties",
|
"book_properties": "Book Properties",
|
||||||
"invalid_view_type": "Invalid view type '{{type}}'",
|
"invalid_view_type": "Invalid view type '{{type}}'",
|
||||||
"calendar": "Calendar",
|
"calendar": "Calendar",
|
||||||
"table": "Table"
|
"table": "Table",
|
||||||
|
"geo-map": "Geo Map"
|
||||||
},
|
},
|
||||||
"edited_notes": {
|
"edited_notes": {
|
||||||
"no_edited_notes_found": "No edited notes on this day yet...",
|
"no_edited_notes_found": "No edited notes on this day yet...",
|
||||||
|
@ -25,6 +25,7 @@ const TPL = /*html*/`
|
|||||||
<option value="list">${t("book_properties.list")}</option>
|
<option value="list">${t("book_properties.list")}</option>
|
||||||
<option value="calendar">${t("book_properties.calendar")}</option>
|
<option value="calendar">${t("book_properties.calendar")}</option>
|
||||||
<option value="table">${t("book_properties.table")}</option>
|
<option value="table">${t("book_properties.table")}</option>
|
||||||
|
<option value="geoMap">${t("book_properties.geo-map")}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user