AppFlowy-IO / AppFlowy-IO/AppFlowy
[FR] embedded scripting language and query language
- Lingua principale
- Dart
- Stelle
- 76.6k
- Fork
- 6k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Description
I did not see mention of a embedded scripting language and query language in the [roadmap](https://github.com/AppFlowy-IO/AppFlowy/blob/main/ROADMAP.md)
Filing this bug to collect thoughts on
- embedded scripting language
- and data query language.
### Impact
Allows a user to make custom scripts and custom automated/manually triggered actions and data views within the markdown.
One does not have to make a full formal plugin, for small inline scripts.
### Additional Context
It will probably, also require exposing some sort an internal api and internal schema, so that the scripts have some resources to act on.
### Suggestion 1
As logseq is a closely related tool. It helps when productivity tools have such languages in common to reduce learning. Using the same embedded scripting language and query language as logseq will reduce the cognitive load on a user.
Logseq uses
- sci for embedded Clojure, which should be compile to various targets including native/javascript
- sci stands for 'Small Clojure Interpreter'
- 20210414 - Michiel Borkent - Babashka a native clojure interpreter for scripting [PDF-link](https://assets.ctfassets.net/oxjq45e8ilak/79IJAyFJIJqHMbLw0ATdc4/c2879d29eab158db4120003a8ba4a386/Michiel_Borkent_Babashka_A_native_Clojure_interpreter_for_scripting__2021_04_13_12_00_33.pdf)
- logseq help:
- clojure-script eval in a block https://docs.logseq.com/#/page/clojurescript%20eval%20in%20a%20block
- https://github.com/logseq/logseq/pull/7287
- implementations:
- https://github.com/babashka/sci
- https://github.com/borkdude/sci
- Datalog for query language
- https://en.wikipedia.org/wiki/Datalog
- logseq help:
- Datalog https://docs.logseq.com/#/page/datalog
- Advanced queries https://hub.logseq.com/features/av5LyiLi5xS7EFQXy4h4K8/getting-started-with-advanced-queries/8xwSRJNVKFJhGSvJUxs5B2
- implementations:
- typescript: https://github.com/vilterp/datalog-ts
- dart: https://github.com/algobardo/dart-datalog
- lightweight datalog engine in rust: https://github.com/rust-lang/datafrog
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.