From ac41ad1815412683e4654dbbcb299fbd629a29a6 Mon Sep 17 00:00:00 2001 From: filleg <50096970+filleg@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:59:09 +0200 Subject: [PATCH 1/4] upd plugins.md --- PLUGINS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 109dc0a91..8f18d5c1e 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -2,6 +2,17 @@ # Origo plugins More information about how to develop and utilize plugins with Origo will be added soon. +## When to develop a plugin + +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. + +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. + ## Available plugins Below is a list of available plugins. More information about each plugin can be found in the plugin's own repository. From f1eba605fed4b6ac67ef0a820f8b99ffa994adab Mon Sep 17 00:00:00 2001 From: filleg <50096970+filleg@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:49:20 +0100 Subject: [PATCH 2/4] Update PLUGINS.md --- PLUGINS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 8f18d5c1e..d21d49214 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -1,9 +1,4 @@ - # Origo plugins -More information about how to develop and utilize plugins with Origo will be added soon. - -## When to develop a plugin - 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 From 98f96432a783b5c7ce48b6bcb6a115ed6a6b3dc5 Mon Sep 17 00:00:00 2001 From: filleg <50096970+filleg@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:50:05 +0100 Subject: [PATCH 3/4] update plugins.md spelling --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index d21d49214..0d18c4fab 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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. From 60ea965b61597565768cd46b6cab624d2e7eb2b1 Mon Sep 17 00:00:00 2001 From: filleg <50096970+filleg@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:35:38 +0100 Subject: [PATCH 4/4] Update PLUGINS.md --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 0d18c4fab..f6a41104c 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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.