12 lines
481 B
Markdown
12 lines
481 B
Markdown
- Add the category in src/core/config/Categories.json
|
|
logseq.order-list-type:: number
|
|
- Add the operations in src/core/config/OperationConfig.json
|
|
logseq.order-list-type:: number
|
|
- Define modules file in the operation.
|
|
logseq.order-list-type:: number
|
|
- Define properties in src/core/operations/******.mjs
|
|
logseq.order-list-type:: number
|
|
- Write the procedure in Run()
|
|
logseq.order-list-type:: number
|
|
- Export the class. This should work.
|
|
logseq.order-list-type:: number |