zk/internal/core
Mickaël Menu 50855154e2
Architecture (#27)
* Move everything under the internal package.
* Better separation between core and adapter packages, for easier unit testing.
* Simplify data models.
* Support multiple opened notebooks during runtime (useful for the LSP server).
* Proper surface API which might be exposed later as a public Go package.
2021-04-14 20:14:01 +02:00
..
collection.go Architecture (#27) 2021-04-14 20:14:01 +02:00
config_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
config.go Architecture (#27) 2021-04-14 20:14:01 +02:00
fs_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
fs.go Architecture (#27) 2021-04-14 20:14:01 +02:00
id.go Architecture (#27) 2021-04-14 20:14:01 +02:00
link.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_find_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_find.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_format_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_format.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_index.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_new_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_new.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note_parse.go Architecture (#27) 2021-04-14 20:14:01 +02:00
note.go Architecture (#27) 2021-04-14 20:14:01 +02:00
notebook_store.go Architecture (#27) 2021-04-14 20:14:01 +02:00
notebook.go Architecture (#27) 2021-04-14 20:14:01 +02:00
style_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
style.go Architecture (#27) 2021-04-14 20:14:01 +02:00
template_test.go Architecture (#27) 2021-04-14 20:14:01 +02:00
template.go Architecture (#27) 2021-04-14 20:14:01 +02:00