* Added highlight_mark token to Ace editor rules
* Fix edge case for highlight_mark Ace rule
* Add ==mark== rule only if plugin is enabled
* Rm temporary highlight class
* GSoC root file
This is the root file for the Google Summer of Code program
* Fixed TOC
* Introduction to GSoC with Joplin
The first draft cloned from https://community.kde.org/GSoC
* Joplin's Application at GSoC template
Cloned from https://wiki.openstreetmap.org/wiki/Google_Summer_of_Code/2019/Organisation_application
* GSoC 2019, idea #1: deeper Nextcloud integration
* GSoC 2019, idea #2: sharing notes
* GSoC 2019, idea #2: tag handling
* GSoC 2019, idea #4: search improvements
* GSoC 2019, idea #5: per note password protection
* Update GSoC_Idea#1.md
* Update GSoC_Idea#2.md
* Rename GSoC_Idea#2.md to GSoC_Idea#2_sharing.md
* Rename GSoC_Idea#1.md to GSoC2019_Idea#1_Nextcloud.md
* Rename GSoC_Idea#2_sharing.md to GSoC2019_Idea#2_sharing.md
* Update and rename GSoC_Idea#3.md to GSoC2019_Idea#3_tagging.md
* Rename GSoC_Idea#4.md to GSoC2019_Idea#4_Search.md
* Rename GSoC_Idea#5.md to GSoC2019_Idea#5_Password per Note.md
* Update GSoC2019_Idea#1_Nextcloud.md
* Create GSoC2019.md
cloned from https://community.kde.org/GSoC/2019/Ideas
* Rename Introduction.md to GSoCIntroduction.md
* Rename GSoCIntroduction.md to GSoC_Introduction.md
* Rename Application.md to GSoC_Application.md
* first draft of a public introduction and project idea page, plus first (filled) template for ideas
* added idea
* started to update org details
* Delete GSoC_Application.md
moved to forum
* Update summer_of_code.md
put the template in a <details> block. little improvements where to publish ideas and applications
* Update summer_of_code.md
put application in quote
* correcting and expanding the markdown instructions for a link
- "some content" in `[some content](https://somelink/)` is called the
content of an entity (or alt text for an image link)
- "some title" in this example is the the title element of the
entity: `[some content](https://somelink/ "some title")`
* link description: Fixed a typo, restructured a line break I screwed up, and I cleaned up the language a bit
* Add check for Electron's cli arg --remote-debugging-port and discard it to prevent cli arg parser raising Unknown flag exception.
* Jump to next iteration once arg processed
* Allow only the strict form of flag as --x=y