Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
kookma-journalbook
创建于
4年前
差异永不过期
清除
导出
分享
解释
7 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
55 行
全部复制
9 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
55 行
全部复制
\define stateTid()xx$:/state/thinkup/journal-book
\define stateTid()xx$:/state/thinkup/journal-book
复制
已复制
复制
已复制
\define yearFilter()[
tag[
Journal
]get[
created
]format:date[YYYY]unique[]!sort[]]
\define yearFilter()[
enlist{$:/config/New
Journal
/Tags}tagging[
]get[
title
]format:date[YYYY]unique[]!sort[]]
\define monthFilter()[
tag[
Journal
]get[
created
]prefix{$(stateTid)$!!year}format:date[YYYY0MM]unique[]!sort[]]
\define monthFilter()[
enlist{$:/config/New
Journal
/Tags}tagging[
]get[
title
]prefix{$(stateTid)$!!year}format:date[YYYY0MM]unique[]!sort[]]
\define monthList()
\define monthList()
<$list filter=<<monthFilter>>variable=month>
<$list filter=<<monthFilter>>variable=month>
<$button class={{{[<currentMonth>match<month>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}setTitle=<<stateTid>>setTo=<<month>>setField=month>
<$button class={{{[<currentMonth>match<month>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}setTitle=<<stateTid>>setTo=<<month>>setField=month>
<$text text={{{[<month>addsuffix[151200]format:date[MMM]]}}}/>
<$text text={{{[<month>addsuffix[151200]format:date[MMM]]}}}/>
</$button><br>
</$button><br>
\end
\end
\define vertical-tab()
\define vertical-tab()
<div class=kk-thinkup-jb-container>
<div class=kk-thinkup-jb-container>
<$let currentMonth={{{[<stateTid>get[month]]:else[subfilter<monthFilter>nth[]]}}}>
<$let currentMonth={{{[<stateTid>get[month]]:else[subfilter<monthFilter>nth[]]}}}>
<aside><<monthList>></aside>
<aside><<monthList>></aside>
<article>
<article>
<<journal-list-monthly>>
<<journal-list-monthly>>
</article>
</article>
</$let>
</$let>
\end
\end
\define journal-list-monthly()
\define journal-list-monthly()
<$let month={{{[<stateTid>get[month]]}}}>
<$let month={{{[<stateTid>get[month]]}}}>
<b><$text text={{{[<month>addsuffix[151200]format:date[MMM YYYY]]}}}/></b>
<b><$text text={{{[<month>addsuffix[151200]format:date[MMM YYYY]]}}}/></b>
复制
已复制
复制
已复制
<$list filter="[
tag[
Journal
]
]:filter[get[
created
]prefix<month>]:and[sort[created]]"template="$:/plugins/kookma/thinkup/journalbook/template">
<$list filter="[
enlist{$:/config/New
Journal
/Tags}tagging[
]:filter[get[
title
]prefix<month>]:and[sort[created]]"template="$:/plugins/kookma/thinkup/journalbook/template">
</$vars>
</$vars>
\end
\end
\define yearSelectAction()
\define yearSelectAction()
<$action-setfield $tiddler=<<stateTid>>$value=<<year>>$field=year/>
<$action-setfield $tiddler=<<stateTid>>$value=<<year>>$field=year/>
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/>
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/>
\end
\end
\define select-year()
\define select-year()
<$let currentYear={{{[<stateTid>get[year]]:else[subfilter<yearFilter>nth[]]}}}>
<$let currentYear={{{[<stateTid>get[year]]:else[subfilter<yearFilter>nth[]]}}}>
<$list filter=<<yearFilter>>variable=year>
<$list filter=<<yearFilter>>variable=year>
<$button class={{{[<currentYear>match<year>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}actions=<<yearSelectAction>>>
<$button class={{{[<currentYear>match<year>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}actions=<<yearSelectAction>>>
<$text text=<<year>>/>
<$text text=<<year>>/>
</$button>
</$button>
</$list>
</$list>
</$let>
</$let>
\end
\end
\define initialize()
\define initialize()
<$button> initialize
<$button> initialize
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<yearFilter>nth[]]}}}$field=year/>
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<yearFilter>nth[]]}}}$field=year/>
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/>
<$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/>
\end
\end
\define journal-book()
\define journal-book()
<$list filter="[<stateTid>get[year]]"emptyMessage=<<initialize>>variable=null>
<$list filter="[<stateTid>get[year]]"emptyMessage=<<initialize>>variable=null>
<<select-year>><<vertical-tab>>
<<select-year>><<vertical-tab>>
\end
\end
已保存差异
原始文本
打开文件
\define stateTid()xx$:/state/thinkup/journal-book \define yearFilter()[tag[Journal]get[created]format:date[YYYY]unique[]!sort[]] \define monthFilter()[tag[Journal]get[created]prefix{$(stateTid)$!!year}format:date[YYYY0MM]unique[]!sort[]] \define monthList() <$list filter=<<monthFilter>>variable=month> <$button class={{{[<currentMonth>match<month>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}setTitle=<<stateTid>>setTo=<<month>>setField=month> <$text text={{{[<month>addsuffix[151200]format:date[MMM]]}}}/> </$button><br> \end \define vertical-tab() <div class=kk-thinkup-jb-container> <$let currentMonth={{{[<stateTid>get[month]]:else[subfilter<monthFilter>nth[]]}}}> <aside><<monthList>></aside> <article> <<journal-list-monthly>> </article> </$let> \end \define journal-list-monthly() <$let month={{{[<stateTid>get[month]]}}}> <b><$text text={{{[<month>addsuffix[151200]format:date[MMM YYYY]]}}}/></b> <$list filter="[tag[Journal]]:filter[get[created]prefix<month>]:and[sort[created]]"template="$:/plugins/kookma/thinkup/journalbook/template"> </$vars> \end \define yearSelectAction() <$action-setfield $tiddler=<<stateTid>>$value=<<year>>$field=year/> <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/> \end \define select-year() <$let currentYear={{{[<stateTid>get[year]]:else[subfilter<yearFilter>nth[]]}}}> <$list filter=<<yearFilter>>variable=year> <$button class={{{[<currentYear>match<year>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}actions=<<yearSelectAction>>> <$text text=<<year>>/> </$button> </$list> </$let> \end \define initialize() <$button> initialize <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<yearFilter>nth[]]}}}$field=year/> <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/> \end \define journal-book() <$list filter="[<stateTid>get[year]]"emptyMessage=<<initialize>>variable=null> <<select-year>><<vertical-tab>> \end
更改后文本
打开文件
\define stateTid()xx$:/state/thinkup/journal-book \define yearFilter()[enlist{$:/config/NewJournal/Tags}tagging[]get[title]format:date[YYYY]unique[]!sort[]] \define monthFilter()[enlist{$:/config/NewJournal/Tags}tagging[]get[title]prefix{$(stateTid)$!!year}format:date[YYYY0MM]unique[]!sort[]] \define monthList() <$list filter=<<monthFilter>>variable=month> <$button class={{{[<currentMonth>match<month>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}setTitle=<<stateTid>>setTo=<<month>>setField=month> <$text text={{{[<month>addsuffix[151200]format:date[MMM]]}}}/> </$button><br> \end \define vertical-tab() <div class=kk-thinkup-jb-container> <$let currentMonth={{{[<stateTid>get[month]]:else[subfilter<monthFilter>nth[]]}}}> <aside><<monthList>></aside> <article> <<journal-list-monthly>> </article> </$let> \end \define journal-list-monthly() <$let month={{{[<stateTid>get[month]]}}}> <b><$text text={{{[<month>addsuffix[151200]format:date[MMM YYYY]]}}}/></b> <$list filter="[enlist{$:/config/NewJournal/Tags}tagging[]:filter[get[title]prefix<month>]:and[sort[created]]"template="$:/plugins/kookma/thinkup/journalbook/template"> </$vars> \end \define yearSelectAction() <$action-setfield $tiddler=<<stateTid>>$value=<<year>>$field=year/> <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/> \end \define select-year() <$let currentYear={{{[<stateTid>get[year]]:else[subfilter<yearFilter>nth[]]}}}> <$list filter=<<yearFilter>>variable=year> <$button class={{{[<currentYear>match<year>then[tc-btn-invisible tc-tiddlylink kk-thinkup-jb-selected]else[tc-btn-invisible tc-tiddlylink]]}}}actions=<<yearSelectAction>>> <$text text=<<year>>/> </$button> </$list> </$let> \end \define initialize() <$button> initialize <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<yearFilter>nth[]]}}}$field=year/> <$action-setfield $tiddler=<<stateTid>>$value={{{[subfilter<monthFilter>nth[]]}}}$field=month/> \end \define journal-book() <$list filter="[<stateTid>get[year]]"emptyMessage=<<initialize>>variable=null> <<select-year>><<vertical-tab>> \end
查找差异