notion-enhancer
Version:
an enhancer/customiser for the all-in-one productivity workspace notion.so
24 lines (23 loc) • 611 B
JSON
{
"name": "collapsible properties",
"id": "4034a578-7dd3-4633-80c6-f47ac5b7b160",
"version": "0.3.0",
"description": "adds a button to quickly collapse/expand page properties that usually push down page content.",
"preview": "collapsible-properties.jpg",
"tags": ["extension", "layout"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
}
],
"css": {
"client": ["client.css"]
},
"js": {
"client": ["client.mjs"]
},
"options": []
}