1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-cli/tests
2020-11-14 10:59:26 +00:00
..
enex_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
enex_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
html_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
html_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +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 Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
support Plugins: Add support for editor context menu 2020-11-14 00:02:17 +00:00
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
ArrayUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
database.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
EnexToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
EnexToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
eventManager.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_NoteHistory.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_NoteList.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_ShowAllNotes.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_TagList.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
file_api_driver.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
filterParser.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
fsDriver.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
HtmlToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
HtmlToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
htmlUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
InMemoryCache.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
markdownUtils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
MarkupToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
MdToHtml.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
MdToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
mimeUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_BaseItem.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Folder.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_ItemChange.js Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
models_Note_CustomSortOrder.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Note.js Desktop: Fixes #4073: Resource links could not be opened from Rich Text editor on Linux 2020-11-14 10:59:26 +00:00
models_Resource.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_Revision.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_Setting.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Tag.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
pathUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
reducer.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_CommandService.ts Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
services_EncryptionService.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_InteropService_Exporter_Md.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_InteropService.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
services_keychainService.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
services_KeymapService.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_KvStore.js Desktop: Added toolbar button to switch spell checker language 2020-11-08 01:08:33 +00:00
services_PluginService.ts Plugins: Fix crash when path includes trailing slash 2020-11-13 22:03:10 +00:00
services_ResourceService.ts Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
services_rest_Api.ts API: Fix note and resource association end points 2020-11-13 21:45:25 +00:00
services_Revision.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_SearchEngine.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_SearchFilter.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
StringUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
synchronizer_LockHandler.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
synchronizer_MigrationHandler.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
synchronizer.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
TaskQueue.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
test-utils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
timeUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
urlUtils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00