├── .gitignore ├── LICENSE ├── README.md ├── README_ZH.md ├── cspell.config.yaml └── readeck.koplugin ├── _meta.lua └── main.lua /.gitignore: -------------------------------------------------------------------------------- 1 | references -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/README.md -------------------------------------------------------------------------------- /README_ZH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/README_ZH.md -------------------------------------------------------------------------------- /cspell.config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/cspell.config.yaml -------------------------------------------------------------------------------- /readeck.koplugin/_meta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/readeck.koplugin/_meta.lua -------------------------------------------------------------------------------- /readeck.koplugin/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceyear/readeck.koplugin/HEAD/readeck.koplugin/main.lua --------------------------------------------------------------------------------