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
尋找差異