diff --git a/docs/gsoc2021/ideas/index.html b/docs/gsoc2021/ideas/index.html index 30cd1b14b..c01c1df12 100644 --- a/docs/gsoc2021/ideas/index.html +++ b/docs/gsoc2021/ideas/index.html @@ -429,7 +429,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md

Expected Outcome: A plugin for the desktop app that handle note templates.

Difficulty Level: Medium

Skills Required: JavaScript

-

Potential Mentor(s): CalebJohn, Tessus

+

Potential Mentor(s): CalebJohn, tessus

3. BibTex plugin🔗

Many of our users use Joplin for research note and as such a plugin that can add support for BibTex would be very useful. The plugin should use locally stored citations, then display popup with type-ahead to allow the user to enter the citation into the document. A content script should also be created so that these citations are rendered correctly in the note viewer.

Expected Outcome: A plugin to enter BibTex citations

@@ -447,7 +447,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md

Expected Outcome: One or more plugins that allow pasting special text.

Difficulty Level: Normal

Skills Required: JavaScript, Markdown, HTML, and knowledge of various text file formats (PDF, RTF, HTML, etc.)

-

Potential Mentor(s): CalebJohn, Tessus, roman_r_m

+

Potential Mentor(s): CalebJohn, tessus, roman_r_m

6. Plugin system on mobile🔗

The plugin system is currently available on desktop and CLI. We believe it could work on mobile too although some work will have to be done to make the plugin API compatible, as well as add a mechanism to load plugins.

Expected Outcome: Allow loading and running plugins on mobile

@@ -459,7 +459,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md

Expected Outcome: Allow resolving note conflicts using a merge editor

Difficulty Level: High

Skills Required: JavaScript, Markdown, Understanding of diff and merging conflicts

-

Potential Mentor(s): Tessus, PackElend, CalebJohn

+

Potential Mentor(s): tessus, PackElend, CalebJohn

8. Kanban plugin🔗

Use Joplin built-in types - notes, to-dos and tags to implement Kanban for Tasks.

Expected Outcome: A Kanban plugin to allow organising tasks

diff --git a/readme/gsoc2021/ideas.md b/readme/gsoc2021/ideas.md index e7efb574f..51860848d 100644 --- a/readme/gsoc2021/ideas.md +++ b/readme/gsoc2021/ideas.md @@ -1,6 +1,6 @@ # GSoC 2021 Ideas -2021 is Joplin second round at Google Summer of Code. Detailed information on how to get involved and apply are given in the [general Summer of Code introduction](https://joplinapp.org/gsoc2021/index/) +2021 is Joplin second round at Google Summer of Code. Detailed information on how to get involved and apply are given in the [general Summer of Code introduction](https://joplinapp.org/gsoc2021/index/) **These are all proposals! We are open to new ideas you might have!!** Do you have an awesome idea you want to work on with Joplin but that is not among the ideas below? That's cool. We love that! But please do us a favour: Get in touch with a mentor early on and make sure your project is realistic and within the scope of Joplin. Just make sure your idea is within this year's theme: @@ -38,7 +38,7 @@ Difficulty Level: Medium Skills Required: JavaScript -Potential Mentor(s): [CalebJohn](https://github.com/CalebJohn/), [Tessus](https://discourse.joplinapp.org/u/tessus) +Potential Mentor(s): [CalebJohn](https://github.com/CalebJohn/), [tessus](https://github.com/tessus/) ## 3. BibTex plugin @@ -74,7 +74,7 @@ Difficulty Level: Normal Skills Required: JavaScript, Markdown, HTML, and knowledge of various text file formats (PDF, RTF, HTML, etc.) -Potential Mentor(s): [CalebJohn](https://github.com/CalebJohn/), [Tessus](https://discourse.joplinapp.org/u/tessus), [roman_r_m](https://discourse.joplinapp.org/u/roman_r_m) +Potential Mentor(s): [CalebJohn](https://github.com/CalebJohn/), [tessus](https://github.com/tessus/), [roman_r_m](https://discourse.joplinapp.org/u/roman_r_m) ## 6. Plugin system on mobile @@ -98,7 +98,7 @@ Difficulty Level: High Skills Required: JavaScript, Markdown, Understanding of diff and merging conflicts -Potential Mentor(s): [Tessus](https://discourse.joplinapp.org/u/tessus), [PackElend](https://discourse.joplinapp.org/u/PackElend), [CalebJohn](https://github.com/CalebJohn/) +Potential Mentor(s): [tessus](https://github.com/tessus/), [PackElend](https://discourse.joplinapp.org/u/PackElend), [CalebJohn](https://github.com/CalebJohn/) ## 8. Kanban plugin