├── LICENSE ├── README.md ├── _meta.lua ├── annotations.lua ├── main.lua ├── remote.lua └── utils.lua /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/README.md -------------------------------------------------------------------------------- /_meta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/_meta.lua -------------------------------------------------------------------------------- /annotations.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/annotations.lua -------------------------------------------------------------------------------- /main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/main.lua -------------------------------------------------------------------------------- /remote.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/remote.lua -------------------------------------------------------------------------------- /utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dani84bs/AnnotationSync.koplugin/HEAD/utils.lua --------------------------------------------------------------------------------