Tools: Optional open dev tools in Developer Mode (#2083)
* Require --open-dev-tools along with --env dev in command line options to make opening of Dev Tools optional when in Developer mode. * Restore original lines then comment out the call to openDevTools
Update Greek Translation (#2080)
* Create el_GR.po (part1) * Update el_GR.po * Update el_GR.po (part 2) * Update el_GR.po * Finished Greek(el_GR) translation Finished translating all texts. Update el_GR.po (beta) * Update el_GR.po to meet requirements for Joplin 1.0.173 * Update locale.js
Desktop, Mobile: Fix scaling of inline svg resource icons (#2075)
* Fix scaling of inline svg resource icons * prevent link icons from repeating
Revert "Desktop: Stop watching external edits when closing editor (#1981
)" Due to this issue: https://discourse.joplinapp.org/t/joplin-version-1-0-173/4232/7 This reverts commit 0eb51e6.
Desktop: Allow Electron debugging flag (#2084)
* 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
Translation: Update zh_CN.po (#2108)
Translated some theme part into chinese
Translation: Update pt_BR.po (#2116)
Done some updates to pt BR translation. Hope it helps!
Documentation: correct and expand the markdown instructions for a link (
#2106) * 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
All: Fixes #2088: Handle rare case when notebook has a parent that no…
… longer exists, which causes a crash when sorting
Doc: GsoC first public draft of documentation (#2092)
* 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
All: Resolves #2097: Add warning message when user tries to upload a …
…file 10MB or larger (#2102)
Move variable declaration before its first use. (#2109)
* Move variable declaration before its first use. * Remove trailing whitespace
All: Fixes #2117: Prevent synch from happening if target dir could no…
…t be created, in local sync
Translation: Update nl_NL.po (#2123)
Noticed a small typo when using the application
Finish translation of es_ES.po and standardize quotation marks format…
… to guillemets (#2125)
Tools: Added check on translation builder to prevent it from deleting…
… too many translations
Translation: Update nb_NO.po (#2135)
* Update norwegian * fix typo
Desktop: Add highlight_mark token to Ace editor rules (#2100)
* 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