AppFlowy-IO / AppFlowy-IO/AppFlowy

[FR] embedded scripting language and query language

未关闭
#2,813 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
new feature plugins
主要语言
Dart
星标
76.6k
派生
6k
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。