怎么调用动态的条目数据 #110
Unanswered
dongrentianyu
asked this question in
Q&A
怎么调用动态的条目数据
#110
Replies: 4 comments
-
如果是用tiddler传递,如
则会显示报错。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
感觉只能像热力图那样写js代码了,不然没办法调用 |
Beta Was this translation helpful? Give feedback.
0 replies
-
问题解决了,等晚上写个教程补充一下 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在情况是如果一个条目内容如下
生成的内容则是如下
就是这种json格式的。如果我把这些内容复制到另一个条目里去,就能生成。但那样会占用大量空间,我想封装成可以直接调用的宏。
但用下面的传递方式无法传递。
我知道是因为text和tiddler不一样。但不知道有什么其他办法?
Beta Was this translation helpful? Give feedback.
All reactions