Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
kookma-journalbook
बनाया गया
4 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
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
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
\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
अंतर खोजें