..
enex_to_html
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
enex_to_md
Desktop, Cli: Some imported ENEX files incorrectly had invisible sections
2021-01-25 15:54:11 +00:00
html_to_html
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
html_to_md
Desktop: Add support for strikethrough, sub, sup and insert formatting on Rich Text editor
2021-03-17 09:48:01 +00:00
md_to_html
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
md_to_md
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
services /plugins
Desktop: Resolves #4614 : Allow registering multiple settings in one call ( #4627 )
2021-03-23 09:01:02 +00:00
support
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
.gitignore
Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail.
2020-12-09 12:53:47 +00:00
ArrayUtils.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
database.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
dateTimeFormats.ts
All: Add new date format YYMMDD ( #4954 )
2021-05-13 08:55:41 +01:00
EnexToHtml.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
EnexToMd.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
eventManager.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
feature_NoteHistory.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
feature_NoteList.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
feature_ShowAllNotes.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
feature_TagList.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
file-api-driver.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
filterParser.js
All: Filter "notebook" can now be negated ( #4651 )
2021-03-11 14:42:39 +00:00
fsDriver.ts
Tools: Apply rule @typescript-eslint/type-annotation-spacing
2020-11-12 19:13:28 +00:00
HtmlToHtml.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
HtmlToMd.ts
Desktop: Fixes #4669 : Copying code block from Rich Text editor results in two copies of the text
2021-04-11 19:01:06 +02:00
htmlUtils.ts
Converted htmlUtils to TypeScript
2021-01-30 12:19:43 +00:00
InMemoryCache.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
markdownUtils.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
MarkupToHtml.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
MdToHtml.ts
Tools: Apply eslint rule "no-multi-spaces"
2021-01-23 15:51:19 +00:00
MdToMd.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
mimeUtils.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
models_BaseItem.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
models_Folder.sharing.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
models_Folder.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
models_ItemChange.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
models_Note_CustomSortOrder.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
models_Note.ts
All: Resolves #3157 : Also duplicate the tags when the note is duplicated ( #4876 )
2021-04-24 09:16:36 +01:00
models_Resource.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
models_Revision.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
models_Setting.ts
Desktop, Cli: Save user settings to JSON file
2021-02-09 17:54:29 +00:00
models_Tag.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
pathUtils.js
Desktop: Fixed attaching local files that contain spaces in path
2021-01-08 18:33:22 +00:00
reducer.js
Desktop: Fixes #4697 : Prevent Goto anything from changing folders when all notes filter is on ( #4751 )
2021-04-08 10:10:11 +01:00
registry.ts
Mobile: Resolves #720 : Add "Sync only on Wi-Fi" option ( #4729 )
2021-03-29 09:35:39 +01:00
services_CommandService.ts
Tools: Apply eslint rule "no-multi-spaces"
2021-01-23 15:51:19 +00:00
services_EncryptionService.js
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
services_InteropService_Exporter_Html.ts
Desktop: Fixes #4452 : Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported
2021-02-05 21:27:19 +00:00
services_InteropService_Exporter_Md.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
services_InteropService.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
services_keychainService.ts
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
services_KeymapService.js
Desktop: Fixes #4130 : Register Markdown editor commands with the Keyboard Shortcut editor ( #4136 )
2020-12-19 17:57:41 +00:00
services_KvStore.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
services_PluginService.ts
Plugins: Add support for plugins.dataDir function, to provide a path for plugin to store its own data
2021-01-24 15:51:35 +00:00
services_ResourceService.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
services_rest_Api.ts
API: Resolves #4655 : Don't compress image when resource is added through api ( #4660 )
2021-03-14 15:28:34 +00:00
services_Revision.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
services_SearchEngine.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
services_SearchEngineUtils.ts
Desktop: Fix #4581 : Show or hide completed todos in search results based on user settings ( #4951 )
2021-05-13 13:23:17 +01:00
services_SearchFilter.js
All: Add "id" and "due" search filters ( #4898 )
2021-04-29 15:27:38 +01:00
StringUtils.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
synchronizer_LockHandler.ts
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
synchronizer_MigrationHandler.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
Synchronizer.basics.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
Synchronizer.conflicts.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
Synchronizer.e2ee.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
Synchronizer.resources.ts
Tools: Apply eslint rule "no-multi-spaces"
2021-01-23 15:51:19 +00:00
Synchronizer.revisions.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
Synchronizer.share.js
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
Synchronizer.sharing.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
Synchronizer.tags.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
Synchronizer.tools.ts
Desktop: Add synchronization tools to clear local sync state or data
2021-05-03 12:57:46 +02:00
TaskQueue.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00
test-utils-synchronizer.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
test-utils.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
timeUtils.js
Tools: Apply eslint rule "no-multi-spaces"
2021-01-23 15:51:19 +00:00
urlUtils.js
Tools: Cleaned up tests and splitted sync tests into smaller parts
2020-12-01 18:05:24 +00:00