1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: change link for tessus

This commit is contained in:
Helmut K. C. Tessarek 2021-02-19 22:19:40 -05:00
parent fec4a905cb
commit facba2811c
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
2 changed files with 7 additions and 7 deletions

View File

@ -429,7 +429,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md
<p>Expected Outcome: A plugin for the desktop app that handle note templates.</p>
<p>Difficulty Level: Medium</p>
<p>Skills Required: JavaScript</p>
<p>Potential Mentor(s): <a href="https://github.com/CalebJohn/">CalebJohn</a>, <a href="https://discourse.joplinapp.org/u/tessus">Tessus</a></p>
<p>Potential Mentor(s): <a href="https://github.com/CalebJohn/">CalebJohn</a>, <a href="https://github.com/tessus/">tessus</a></p>
<h2>3. BibTex plugin<a name="3-bibtex-plugin" href="#3-bibtex-plugin" class="heading-anchor">🔗</a></h2>
<p>Many of our users use Joplin for research note and as such a plugin that can add support for <a href="http://www.bibtex.org">BibTex</a> 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.</p>
<p>Expected Outcome: A plugin to enter BibTex citations</p>
@ -447,7 +447,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md
<p>Expected Outcome: One or more plugins that allow pasting special text.</p>
<p>Difficulty Level: Normal</p>
<p>Skills Required: JavaScript, Markdown, HTML, and knowledge of various text file formats (PDF, RTF, HTML, etc.)</p>
<p>Potential Mentor(s): <a href="https://github.com/CalebJohn/">CalebJohn</a>, <a href="https://discourse.joplinapp.org/u/tessus">Tessus</a>, <a href="https://discourse.joplinapp.org/u/roman_r_m">roman_r_m</a></p>
<p>Potential Mentor(s): <a href="https://github.com/CalebJohn/">CalebJohn</a>, <a href="https://github.com/tessus/">tessus</a>, <a href="https://discourse.joplinapp.org/u/roman_r_m">roman_r_m</a></p>
<h2>6. Plugin system on mobile<a name="6-plugin-system-on-mobile" href="#6-plugin-system-on-mobile" class="heading-anchor">🔗</a></h2>
<p>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.</p>
<p>Expected Outcome: Allow loading and running plugins on mobile</p>
@ -459,7 +459,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md
<p>Expected Outcome: Allow resolving note conflicts using a merge editor</p>
<p>Difficulty Level: High</p>
<p>Skills Required: JavaScript, Markdown, Understanding of diff and merging conflicts</p>
<p>Potential Mentor(s): <a href="https://discourse.joplinapp.org/u/tessus">Tessus</a>, <a href="https://discourse.joplinapp.org/u/PackElend">PackElend</a>, <a href="https://github.com/CalebJohn/">CalebJohn</a></p>
<p>Potential Mentor(s): <a href="https://github.com/tessus/">tessus</a>, <a href="https://discourse.joplinapp.org/u/PackElend">PackElend</a>, <a href="https://github.com/CalebJohn/">CalebJohn</a></p>
<h2>8. Kanban plugin<a name="8-kanban-plugin" href="#8-kanban-plugin" class="heading-anchor">🔗</a></h2>
<p>Use Joplin built-in types - notes, to-dos and tags to implement <a href="https://discourse.joplinapp.org/t/kanban-for-tasks/7342">Kanban for Tasks</a>.</p>
<p>Expected Outcome: A Kanban plugin to allow organising tasks</p>

View File

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