dom8509 / logseq-plugin-luckysheet

Embed Luckysheet (spreadsheet) into Logseq.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logseq-plugin-luckysheet

在 Logseq 中嵌入电子表格 Luckysheet。你也可以用它来维护一张 markdown 表格。

表格数据存储在第一个子块下,注意不要去手动修改

Embed Luckysheet (spreadsheet) into Logseq. You can also use it to maintain a markdown table.

Spreadsheet data is stored under the first child block, do not alter it manually.

使用展示 (Usage)

demo

使用示例 (Examples)

{{renderer :luckysheet, workbook name}}

免责声明 (Disclaimer)

本插件中使用的表格是第三方的开源软件 Luckysheet,非插件作者维护。插件作者不对由此带来的可能数据丢失或错误负任何直接或间接责任。

The spreadsheet used in this plugin is a third party open source software Luckysheet and is not maintained by the plugin author. The plugin author is not responsible, directly or indirectly, for any possible loss of data or errors arising therefrom.

关于保存时的性能问题 (Performance issues with saves)

由于目前插件生成的数据是通过插件SDK保存在子块中的(为了能与整个图同步)而这个写入动作是非常慢的,所以为了提升使用体验,插件会将写入数据临时缓存起来,当再次启动Logseq时才会去真正写入。也就是当你有表格编辑动作后下一次的Logseq打开有可能会变慢,请知晓。

Because the data generated by the plugin is currently saved in a sub-block via the plugin SDK (in order to be in sync with the graph) and this writing is very slow, so in order to improve the user experience, the plugin will write the data in a temporary cache, and will perform the actual write when Logseq starts again. That is, your Logseq may have a slower start next time if you have edited any spreadsheets, please be informed.

About

Embed Luckysheet (spreadsheet) into Logseq.

License:MIT License


Languages

Language:JavaScript 61.3%Language:HTML 38.7%