0.8.2 • Published 22 days ago

orgnote-api v0.8.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
22 days ago

:PROPERTIES: :ID: orgnote-api :END:

#+html: #+html: #+html: #+html:  

#+TITLE: ✨ OrgNote API

#+html: #+html: #+html: #+html: #+html: #+html: #+html: #+html: #+html: #+html:

Warning This API is not stable yet, so it can be changed in the future.

You can find all available methods here. They are currently undocumented.

  • Connected links
  • Extension structure Folder structure Compiled extension should be placed in the =index.js= file or =/dist/index.js= file in the public GIT repository Extension entrypoint

Each extension should export an object by default with the following structure: #+BEGIN_SRC typescript interface Extension {

onMounted: (api: OrgNoteApi) => Promise; onUnmounted?: (api: OrgNoteApi) => Promise; } #+END_SRC

You can find available methods of =OrgNoteApi= [https://github.com/Artawower/orgnote-api/blob/master/src/api.ts#L24]

Extension manifest Also, each extension should export manifest const: #+BEGIN_SRC typescript interface ExtensionManifest { / Should be unique in the extension repo / name: string; version: string; category: 'theme' | 'extension' | 'language pack' | 'other'; / OrgNote api semver, 0.13.4 for example / apiVersion?: string; author?: string; description?: string; keywords?: string[]; // Repository url sourceType: 'git' | 'file' | 'builtin'; / Default value is README.org / readmeFilePath?: string; / WIP / permissions?: Array<'files' | 'personal info' | '*' | 'third party'>; reloadRequired?: boolean; sourceUrl?: string; sponsor?: string[]; development?: boolean; icon?: string; } #+END_SRC Extension API

0.8.3-beta.2

22 days ago

0.8.3-beta.1

22 days ago

0.8.2-beta.0

22 days ago

0.8.2-beta.1

22 days ago

0.8.1

23 days ago

0.8.0

24 days ago

0.8.2

23 days ago

0.7.17

1 month ago

0.7.15

1 month ago

0.7.16

1 month ago

0.7.14

1 month ago

0.7.10

1 month ago

0.7.13

1 month ago

0.7.12

1 month ago

0.7.9

1 month ago

0.7.6

2 months ago

0.7.5

2 months ago

0.7.8

1 month ago

0.7.7

1 month ago

0.7.2

2 months ago

0.7.1

2 months ago

0.7.4

2 months ago

0.7.3

2 months ago

0.7.0

2 months ago

0.6.1

2 months ago

0.6.0

2 months ago

0.5.0

2 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.3.0

3 months ago

0.2.2

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.6

3 months ago

0.1.0

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.5

3 months ago

0.0.22

3 months ago

0.0.21

3 months ago

0.0.20

3 months ago

0.0.19

4 months ago

0.0.17

4 months ago

0.0.16

4 months ago

0.0.15

4 months ago

0.0.14

4 months ago

0.0.13

4 months ago

0.0.12

4 months ago

0.0.11

4 months ago

0.0.10

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago