anki/ts/editor
Henrik Giesel 1d72599a37 Rename anki/ to lib/ for export
import _ from "anki/x";

will become

import _ from "lib/x";

to fit the directory name.
2021-04-23 10:02:28 +10:00
..
addons.ts Add copyright headers 2021-04-20 15:43:59 +02:00
BUILD.bazel Remove paragraph button 2021-04-21 14:36:24 +02:00
changeTimer.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
cloze.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
color.scss Move button implementations from editor-toolbar to editor 2021-04-20 13:44:44 +02:00
color.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
editable.scss Add CSS for making empty paragraph elements visible 2021-04-20 13:44:43 +02:00
editable.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
editingArea.ts Include editor-toolbar as a library in editor 2021-04-20 13:44:44 +02:00
editorField.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
fields.scss Include editor-toolbar as a library in editor 2021-04-20 13:44:44 +02:00
focusHandlers.ts Include editor-toolbar as a library in editor 2021-04-20 13:44:44 +02:00
formatBlock.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
formatInline.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
helpers.ts Fix isBlockElement() 2021-04-21 14:40:16 +02:00
index_wrapper.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
index.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
inputHandlers.ts Add optionalModifiers parameter to registerShortcut 2021-04-22 17:28:38 +02:00
labelContainer.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
lib.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
noteId.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
notetype.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
template.ts Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
toolbar.ts Add copyright headers 2021-04-20 15:43:59 +02:00
wrap.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00