OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2024-01-29 14:01:33 +00:00
parent 35eb8cb93e
commit a4cb4417d6
11 changed files with 45 additions and 23 deletions

View File

@ -1,6 +1,6 @@
created: 20230127155833205
creator: Octt
modified: 20231105151047506
modified: 20240129135702958
modifier: Octt
tags: TiddlyWiki $:/i18n:en Discussion
title: TiddlyWiki/Notes
@ -29,3 +29,7 @@ Discussions that helped or might help me solve problems, some started by me. And
* [[Notes on handling variables in TiddlyWiki|https://www.chrisnicoll.net/2020/02/notes-on-handling-variables-in-tiddlywiki/]]
* [[Macros are not functions (Grok TW)|https://groktiddlywiki.com/static/Macros%2520are%2520not%2520functions.html]]
* [[Wikification (Grok TW)|https://groktiddlywiki.com/static/Wikification.html]]
!!! Filters
* [[Filter based on integer field values less than or equal to|https://groups.google.com/g/Tiddlywiki/c/EfRToFFXCh0]] --- `[...]compare:integer:lteq[num]then[...]`

View File

@ -1,6 +1,6 @@
created: 20230206113426599
creator: Octt
modified: 20240129005527741
modified: 20240129140045004
modifier: Octt
tags:
title: TiddlyWiki/ThirdParty
@ -9,6 +9,7 @@ title: TiddlyWiki/ThirdParty
* [[BrainTest|https://braintest.tiddlyspot.com]] --- //tools for a digital brain//
* [[Calendar|https://tabbed-calendar.tiddlyspot.com]] --- //a tabbed picture calendar//
* [[Formulas for TiddlyWiki|https://chronicles.wiki/TiddlyWikiFormula/]] --- //spreadsheet-inspired number crunching//
* [[Joe's Blog|https://joearms.github.io]] --- Contains the [[Chandler|https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki]] prototype time-management tool
* [[kookma's codes, macros, and solutions in TW|https://kookma.github.io/TW-Scripts]]
** Kookma Plugin Library --- <<[ "[[Drag To Install|$:/config/KookmaPluginLibrary]]">>
@ -44,6 +45,7 @@ title: TiddlyWiki/ThirdParty
* [[Archipel|https://archipel.tiddlyspot.com/]] --- //Data visualization Knowledge map of tiddler's ToC, as zoomable circle packs// --- [[[Discussion|https://groups.google.com/g/tiddlywiki/c/wZZ-84FV0-k]]]
* [[CodeMirrorPlus|https://adithya-badidey.github.io/TW5-codemirror-plus/]] --- //A better editor for TW5, based on ~CodeMirror// --- [[Demo|https://adithya-badidey.github.io/TW5-codemirror-plus/wiki.html]] | [[Git|https://github.com/adithya-badidey/TW5-codemirror-plus]]
* [[[Release] Codemirror6 Plugin|https://talk.tiddlywiki.org/t/release-codemirror6-plugin/8843]] <<[# Git "https://github.com/oeyoews/tiddlywiki-codemirror6">> <<[# Demo "https://oeyoews.github.io/tiddlywiki-codemirror6/#%24%3A%2Fplugins%2Foeyoews%2Ftiddlywiki-codemirror-6">>
* [[Command Palette|https://souk21.github.io/TW-commandpalette/]] --- <<[# Git "https://github.com/Souk21/TW-commandpalette">>
* [[Context Plugin|https://contextplugin.tiddlyspot.com]] --- //search with context//
* [[Daily Notes|https://github.com/akhater/Daily-Notes-for-TW5]] - //Interstitial Journaling plugin//
* [[ECharts|https://tiddly-gittly.github.io/tw-echarts]] [[[Git|https://github.com/tiddly-gittly/tw-echarts]], [[Thread|https://talk.tiddlywiki.org/t/echarts-bringing-amazing-visualization-tools-to-tiddlywiki/1944]]] --- //An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts//

View File

@ -1,7 +1,8 @@
created: 20230116202756249
creator: Octt
modified: 20240128004146233
modified: 20240129133948769
modifier: Octt
page-cover: https://source.unsplash.com/random?gaming
tags: $:/i18n:en
title: Gaming

View File

@ -1,7 +1,7 @@
created: 20220924193842295
creator: Octt
icon: 🐈
modified: 20240127225041667
modified: 20240129135830800
modifier: Octt
page-cover: https://source.unsplash.com/random/?computer-cat
tags: TiddlyWiki Wiki Zettelkasten Libre
@ -64,6 +64,7 @@ It is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyo
!!! ''Useful Documentation or Articles''
* <<TwL " DateFormat ">>
* <<TwL " [[Filter Operators]] ">>
** <<TwLL "search Operator">>: uses the inbuilt search engine to retrieve data
* <<TwL " MacroCallWidget SetWidget VarsWidget">>
* <<TwL " EditTextWidget RangeWidget CheckboxWidget">>
* <<TwL " [[Table-of-Contents Macros (Examples)]] ">>

View File

@ -1,18 +1,21 @@
.context: 1
.type: masonry
.width: 24
created: 20240129095948486
creator: Octt
modified: 20240129125736163
modified: 20240129135204381
modifier: Octt
tags: $:/Apps
title: $:/Apps/MagicBox
\define SearchResults(fields)
<$list filter="[!is[system]search:$fields${$:/temp/MagicBox!!.input}sort[title]limit[150]]">
<div class=`MagicBoxResult ${[{$:/temp/MagicBox!!.type}]}$` style=`background-image: url("${[{!!page-cover}]}$");`>
<div class=`MagicBoxResult ${[{$:/Apps/MagicBox!!.type}]}$` style=`background-image: url("${[{!!page-cover}]}$");`>
<$link to={{!!title}}>
<h3>
<$link to={{!!title}}/>
</h3>
<$if value={{$:/temp/MagicBox!!.context}}>
<$if value={{$:/Apps/MagicBox!!.context}}>
<$context term={{$:/temp/MagicBox!!.input}}/>
</$if>
</$link>
@ -22,10 +25,10 @@ title: $:/Apps/MagicBox
<div>
<$edit-text tiddler="$:/temp/MagicBox" field=".input" placeholder="Search..."/>
<$checkbox tiddler="$:/temp/MagicBox" field=".context" checked="1">Context</$checkbox>
<!--<$edit-text tiddler="$:/temp/MagicBox" field=".type" placeholder="Display Type"/>-->
<$checkbox tiddler="$:/temp/MagicBox" field=".type" checked="grid">Fixed Grid</$checkbox>
<$range tiddler="$:/temp/MagicBox" field=".width" min="33" max="49"/>
<$checkbox field=".context" checked="1">Context</$checkbox>
<!--<$edit-text field=".type" placeholder="Display Type"/>-->
<$checkbox field=".type" checked="grid" unchecked="masonry">Fixed Grid</$checkbox>
<$range field=".width" min="24" max="49"/>{{!!.width}}%
</div>
<style>
@ -34,11 +37,15 @@ title: $:/Apps/MagicBox
display: inline-block;
background-color: lightgray;
background-size: cover;
aspect-ratio: 16/9;
max-width: calc({{$:/temp/MagicBox!!.width}}% - 16px);
background-position: center;
}
.MagicBoxResult.grid {
width: calc(33% - 16px);
width: calc({{!!.width}}% - 16px);
aspect-ratio: 16/9;
vertical-align: top;
}
.MagicBoxResult.masonry {
max-width: calc({{!!.width}}% - 16px);
}
.MagicBoxResult h3 {
margin-top: 25%;
@ -48,7 +55,7 @@ title: $:/Apps/MagicBox
}
.MagicBoxResult pre {
color: initial;
max-height: 10em;
max-height: 7em;
overflow-y: auto;
margin: 0;
top: 1em;

View File

@ -1,5 +1,5 @@
created: 20240129130848548
created: 20240129140126456
current-tiddler: GettingStarted
modified: 20240129130848548
modified: 20240129140126456
title: $:/HistoryList
type: application/json

View File

@ -1,6 +1,6 @@
created: 20240129112639085
created: 20240129132106430
creator: Octt
list:
modified: 20240129125711061
modified: 20240129135852455
modifier: Octt
title: $:/StoryList

View File

@ -1,6 +1,6 @@
created: 20220920174307633
creator: Octt
modified: 20231221152237213
modified: 20240129133637373
modifier: Octt
title: $:/state/sidebar

View File

@ -1,7 +1,7 @@
created: 20220920090405977
creator: Octt
modified: 20240129120243906
modified: 20240129132112208
modifier: Octt
title: $:/state/tab-1749438307
$:/core/ui/ControlPanel/Appearance
$:/core/ui/ControlPanel/Plugins

View File

@ -0,0 +1,7 @@
created: 20240129133329652
creator: Octt
modified: 20240129133330404
modifier: Octt
title: $:/state/folded/$:/Apps/MagicBox
show

View File

@ -1,6 +1,6 @@
created: 20230817233312379
creator: Octt
modified: 20240129125712407
modified: 20240129133310010
modifier: Octt
title: $:/state/toc/$:/ToC-$:/Apps--1697730578