Skip to content

Commit

Permalink
update plugins.md
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
filleg committed Dec 27, 2022
1 parent f1eba60 commit 98f9643
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 origo-core. 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 origocore. 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.

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.
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.

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 98f9643

Please sign in to comment.