From 0689db48de9da478077720afc019f35fc0955772 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 28 Nov 2021 15:16:36 +0000 Subject: [PATCH] Doc: Added GSoC idea: Implement default plugins on desktop application --- readme/gsoc2022/ideas.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme/gsoc2022/ideas.md b/readme/gsoc2022/ideas.md index 125152452..3ce494ffa 100644 --- a/readme/gsoc2022/ideas.md +++ b/readme/gsoc2022/ideas.md @@ -54,6 +54,14 @@ Difficulty Level: High Skills Required: TypeScript, JavaScript, CSS, HTML, Markdown rendering. +## 4. Implement default plugins on desktop application + +We would like to bundle certain plugins with the desktop application, such as the Backup or Rich Markdown plugin. Some process needs to be implemented so that they are bundled and updated automatically. You'll have to consider how it will work on CI, and across platform. The process should be fault tolerant and retry when something fails. + +Difficulty Level: High + +Skills Required: TypeScript, JavaScript, knowledge of Electron and GitHub Actions. + # More info - Make sure you read the [Joplin Google Summer of Code Introduction](https://joplinapp.org/gsoc2022/index/)