* Weight search results by most recently updated
As discussed here: https://github.com/laurent22/joplin/pull/3777#issuecomment-696491859
Before this commit, results were rarely sorted by date. Content weights and fuzziness were
determined, and then the first criteria to differ would win in sort order (and user_updated_time
was the last criteria checked).
Now the weight score itself will also include age of user_updated_time, surfacing fresh content.
At the current alpha level, results are weighted logarithmically, prioritizing mostly within the
last 30 days, and especially heavily within the past week.
* Updated unit tests to weight search results by last updated date
* Updated unit test title
* Fixed issue with weighted search engine test, and made it more deterministic using mock date
Date was being calculated only at the start of the test suite. It also wasn't using a set mock date, so the milliseconds between the real search engine calculations and the test calculation caused differences in results
* Added initial Search Engine spec
* Added Search Engine spec to README.md
* Renamed Search Sorting spec per laurent22's mentioned naming
* Revised copy in search sorting spec
Co-authored-by: Laurent <laurent22@users.noreply.github.com>
- Added script to check links
- Moved plugin API doc to separate directory
- Added script to build website and plugin doc
- Moving static assets in separate directory
* Doc: Fixed a typo in a markdown syntax of a link
* Doc: added an example of a checked checkbox
and added how the checkboxes would get translated when turned to HTML
* Doc: added a picture of a rendered markdown checkbox in Joplin
Joplin has 4 panes: side bar, notes list, code and view. Change joplin in a way that these parts can be different windows. Thus it is possible to put these windows on different screens for more space and better overview.
- replaced Development by Features in `4. Come up with project that you're interested in and discuss it in [Features category](https://discourse.joplinapp.org/c/features)`
-
* Minor English improvements in README.md
* Update LICENSE
* Update License.txt
* Update terminal.md
* Extend copyright date range to 2020
Minor housekeeping on copyright date range, so the app doesn't look stale in 2020
* Added new date format YYYY.MM.DD.
* revert change as this file is autogenerated
Co-authored-by: Akos Keresztes <60130238+keresztesa@users.noreply.github.com>
* Moved button row to separate component file and started Sharing dialog
* Adding Sharing dialog
* Applied "npx react-codemod rename-unsafe-lifecycles"
* More UI
* Tools: Improved TypeScript integration
* Improved share dialog
* Tools Added support for translation validation in CI, and added support for plural translations
* Improved UI and sharing workflow
* Share workflow
* Cleaned up and improved sharing config error handling
* Fixed build scripts and doc for TypeScript
* Run linter
* 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
* Misc. typo and whitespace fixes
Found via `codespell -q 3 -S *.po,*.pot,./ElectronClient/app/locales,./ReactNativeClient/locales,./CliClient/locales -L adresse,ba,fonction,te,whet`
* Revert a previous change