You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
761 B
29 lines
761 B
{
|
|
"enabledButtons": [
|
|
{
|
|
"id": "templater-obsidian:insert-templater",
|
|
"icon": "feather-feather",
|
|
"name": "Templater: Open Insert Template modal",
|
|
"showButtons": "both"
|
|
},
|
|
{
|
|
"id": "obsidian-tasks-plugin:edit-task",
|
|
"icon": "number-list-glyph",
|
|
"name": "Tasks: Create or edit task",
|
|
"showButtons": "both"
|
|
},
|
|
{
|
|
"id": "obsidian-map-view:convert-selection-to-location",
|
|
"icon": "feather-map-pin",
|
|
"name": "Map View: Convert Selection to Geolocation",
|
|
"showButtons": "both"
|
|
},
|
|
{
|
|
"id": "weather-fetcher:weather-insert",
|
|
"icon": "weather",
|
|
"name": "Weather Fetcher: Insert current weather",
|
|
"showButtons": "both"
|
|
}
|
|
],
|
|
"desktop": false
|
|
} |