AppFlowy-IO / AppFlowy-IO/AppFlowy

[FR] embedded scripting language and query language

Ouverte
#2,813 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
new feature plugins
Langage dominant
Dart
Étoiles
76.6k
Forks
6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.