phodal / quake

Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。
MIT License
441 stars 39 forks source link

discuss: last modified time #3

Closed Eliot00 closed 1 year ago

Eliot00 commented 2 years ago

目前编辑entry并不会自动更新updatedAt,这个功能是否应该内置?已经存在一些编辑器插件如vscode-front-matter可以做这件事

phodal commented 2 years ago

从实现的角度来看的话,调用三方的编辑器的时候,应该是实现不了的。

但是,如果使用 WebApp 编辑的话,是已经内置了这个功能的:https://github.com/phodal/quake/blob/1ac598152786b68d49990484eb4c4e0c71093640/src/action/entry_usecases.rs#L92-L113