mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
36 lines
780 B
JSON
36 lines
780 B
JSON
{
|
|
"name": "truncated titles",
|
|
"id": "1794c0bd-7b96-46ad-aa0b-fc4bd76fc7fb",
|
|
"version": "0.2.0",
|
|
"description": "see the full text of a truncated title on hover.",
|
|
"preview": "truncated-titles.jpg",
|
|
"tags": ["extension", "layout"],
|
|
"authors": [
|
|
{
|
|
"name": "admiraldus",
|
|
"homepage": "https://github.com/admiraldus",
|
|
"avatar": "https://raw.githubusercontent.com/admiraldus/admiraldus/main/module.gif"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"options": [
|
|
{
|
|
"type": "toggle",
|
|
"key": "tables",
|
|
"label": "table titles",
|
|
"value": true
|
|
},
|
|
{
|
|
"type": "toggle",
|
|
"key": "timelines",
|
|
"label": "timeline items",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|