anki/ts/lib
Damien Elmes 4da1c77220 add basic tag completion to backend
Matches should arrive in alphabetical order. Currently results are not
capped (JS should be able to handle ~1k tags without too much hassle),
and no reordering based on match location is done. Matches are substring
based, and multiple can be provided, eg "foo::bar" will match
"foof::baz::abbar".

This is not hooked up properly on the frontend at the moment -
updateSuggestions() seems to be missing the most recently typed character,
and is not updating the list of completions half the time.
2021-09-09 15:38:08 +02:00
..
bridgecommand.ts Implement register-package and export some packages 2021-08-30 14:41:40 +02:00
BUILD.bazel move protobuf into separate folder in preparation for multiple files 2021-07-09 21:02:40 +10:00
cards.ts Add gatherByQueue and gatherByCtype methods 2021-01-04 14:04:51 +01:00
genfluent.py specific encoding of strings.json 2021-06-11 20:12:38 +10:00
i18n_helpers.ts fix incorrect calendar day labels 2021-08-24 12:17:35 +10:00
keys.ts Special handling of Backspace/Delete etc. for displaying shortcuts 2021-09-09 15:37:57 +02:00
nightmode.ts initial Bazel conversion 2020-11-01 14:26:58 +10:00
platform.ts use different toolbar size on Mac 2021-06-05 11:28:36 +10:00
postrequest.ts support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
proto.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00
proto.ts add basic tag completion to backend 2021-09-09 15:38:08 +02:00
register-package.ts Disallow setting, deleting or defining properties on packages 2021-09-03 00:52:39 +02:00
runtime-require.ts expose require() instead of the svelte global 2021-08-24 10:22:07 +10:00
shortcuts.ts Special handling of Backspace/Delete etc. for displaying shortcuts 2021-09-09 15:37:57 +02:00
time.test.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
time.ts add naturalWholeUnit() and basic tests to lib/time.ts 2021-04-12 14:42:06 +10:00
typing.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00