mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
feat(views/geomap): display in view type
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user