mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
i did not know markdown did that
This commit is contained in:
parent
382af7117c
commit
2237df4334
@ -28,16 +28,16 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil
|
|||||||
|
|
||||||
`module.exports =`
|
`module.exports =`
|
||||||
|
|
||||||
| key | value | type |
|
| key | value | type |
|
||||||
| --------- | ----------------------------------------------------------------------------------------------- | --------------- |
|
| --------- | ----------------------------------------------------------------------------------------------- | ----------------- |
|
||||||
| id | **required:** uuidv4 | _string_ |
|
| id | **required:** uuidv4 | _string_ |
|
||||||
| type | **required:** 'extension' or 'theme' | _string_ |
|
| type | **required:** 'extension' or 'theme' | _string_ |
|
||||||
| name | **required:** short name (e.g. 'frameless window') | _string_ |
|
| name | **required:** short name (e.g. 'frameless window') | _string_ |
|
||||||
| desc | **optional:** 1-3 sentence description of what the module is/does | _string_ |
|
| desc | **optional:** 1-3 sentence description of what the module is/does | _string_ |
|
||||||
| version | **required:** semver (e.g. '0.3.7') | _string_ |
|
| version | **required:** semver (e.g. '0.3.7') | _string_ |
|
||||||
| author | **required:** github username | _string_ |
|
| author | **required:** github username | _string_ |
|
||||||
| thumbnail | **optional:** image: relative file or url | _string_ |
|
| thumbnail | **optional:** image: relative file or url | _string_ |
|
||||||
| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array<object>_ |
|
| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array\<object\>_ |
|
||||||
|
|
||||||
`module.exports.options =`
|
`module.exports.options =`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user