tiddly-gittly / intention-tower-knowledge-graph

ITKG is a knowledge and task management framework for tiddlywiki.
https://tiddly-gittly.github.io/intention-tower-knowledge-graph/
MIT License
4 stars 1 forks source link

deps:aggregation插件更新,修复问题 #24

Closed dongrentianyu closed 1 year ago

dongrentianyu commented 1 year ago

现在只需要调用aggregation宏就可以实现动态表格的效果了。

netlify[bot] commented 1 year ago

Deploy Preview for itkg ready!

Name Link
Latest commit 4a5733bf1d720757cbf3ab73481396b2a499bbe4
Latest deploy log https://app.netlify.com/sites/itkg/deploys/648fc574bcef3d0008b98b2b
Deploy Preview https://deploy-preview-24--itkg.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dongrentianyu commented 1 year ago

我还有个想改的内容。

image

就是下面任务一多,列出来就很长,我想把这里的flex改成横排的。

image

.itkg-sidebar-project-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

但我是等你合并了再提交pr,还是现在把这个修改也一起推上去,你两个都合并进去呢?

linonetwo commented 1 year ago

真不错,也感谢 xp 作者的及时更新

linonetwo commented 1 year ago

刚好看到,就先合这个了