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
@ -29,7 +29,7 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil
|
||||
`module.exports =`
|
||||
|
||||
| key | value | type |
|
||||
| --------- | ----------------------------------------------------------------------------------------------- | --------------- |
|
||||
| --------- | ----------------------------------------------------------------------------------------------- | ----------------- |
|
||||
| id | **required:** uuidv4 | _string_ |
|
||||
| type | **required:** 'extension' or 'theme' | _string_ |
|
||||
| name | **required:** short name (e.g. 'frameless window') | _string_ |
|
||||
@ -37,7 +37,7 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil
|
||||
| version | **required:** semver (e.g. '0.3.7') | _string_ |
|
||||
| author | **required:** github username | _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 =`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user