Skip to content

Commit

Permalink
Update PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filleg committed Jan 4, 2023
1 parent 98f9643 commit 60ea965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLUGINS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Origo plugins
Plugins are to be developed when a feature or function is not appropriate to be included in the origocore. Common reasons are external dependencies or a specific feature or function not requested by the average user.
Plugins are to be developed when a feature or function is not appropriate to be included in the origo core. Common reasons are external dependencies or a specific feature or function not requested by the average user.
## Guidelines development

**[Barebone](https://github.com/origo-map/barebone-plugin)** is an example plugin to provide an initial structure of how you can start developing your plugin.

Origocore has a lot of dependencies by default which are available to use from the plugins. They should be utilized first before loading more external libraries.
Origo core has a lot of dependencies by default which are available to use from the plugins. They should be utilized first before loading more external libraries.

Smaller adjustment to the core might be necessary but should be avoided to make the plugin as standalone as possible.

Expand Down

0 comments on commit 60ea965

Please sign in to comment.