mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-04 18:51:02 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
7550ec9233
commit
fc3ac3e4ae
@ -1,5 +1,5 @@
|
|||||||
created: 20230307092042546
|
created: 20230307194210756
|
||||||
current-tiddler: GettingStarted
|
current-tiddler: GettingStarted
|
||||||
modified: 20230307092042546
|
modified: 20230307194210756
|
||||||
title: $:/HistoryList
|
title: $:/HistoryList
|
||||||
type: application/json
|
type: application/json
|
@ -3,4 +3,4 @@ title: $:/Import
|
|||||||
|
|
||||||
The following tiddlers were imported:
|
The following tiddlers were imported:
|
||||||
|
|
||||||
# [[$:/config/KookmaPluginLibrary]]
|
# [[$:/Styles/Main]]
|
@ -1,3 +1,3 @@
|
|||||||
created: 19700101000000000
|
created: 19700101000000000
|
||||||
modified: 20230306222456000
|
modified: 20230307145109000
|
||||||
title: $:/OcttKB/Empty
|
title: $:/OcttKB/Empty
|
@ -1,2 +1,6 @@
|
|||||||
list: ~Welcome~
|
created: 20230307193342778
|
||||||
|
creator: Octt
|
||||||
|
list:
|
||||||
|
modified: 20230307194102788
|
||||||
|
modifier: Octt
|
||||||
title: $:/StoryList
|
title: $:/StoryList
|
29
Wiki/tiddlers/System/$__Styles_Lists.tid
Normal file
29
Wiki/tiddlers/System/$__Styles_Lists.tid
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
created: 20230307191735805
|
||||||
|
creator: Octt
|
||||||
|
modified: 20230307192825025
|
||||||
|
modifier: Octt
|
||||||
|
tags: $:/tags/Stylesheet
|
||||||
|
title: $:/Styles/Lists
|
||||||
|
|
||||||
|
/* Definition lists */
|
||||||
|
dd:before { content: '»'; margin-right: 8px; vertical-align: top; }
|
||||||
|
dl { margin-left: 8px; }
|
||||||
|
dl > dd { margin-left: 24px; }
|
||||||
|
dl > dd > p,
|
||||||
|
dl > dd > div,
|
||||||
|
dl > dd > dt {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: calc(100% - 1.5em);
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
dl > dd > div > ul,
|
||||||
|
dl > dd > div > ol {
|
||||||
|
padding-left: 16px;
|
||||||
|
}*/
|
||||||
|
div:not(.tc-tiddler-body) > dl > dt,
|
||||||
|
dd > p,
|
||||||
|
dd > div > p,
|
||||||
|
dd > div > ul {
|
||||||
|
margin-top: unset;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
created: 20230108190740128
|
created: 20230108190740128
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230305213731050
|
modified: 20230307191744793
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
tags: $:/tags/Stylesheet
|
tags: $:/tags/Stylesheet
|
||||||
title: $:/Styles/Main
|
title: $:/Styles/Main
|
||||||
@ -28,28 +28,6 @@ a[class="tc-tiddlylink tc-tiddlylink-resolves"]:after {
|
|||||||
font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
|
font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Definition lists */
|
|
||||||
dd:before { content: '»'; margin-right: 8px; vertical-align: top; }
|
|
||||||
dl { margin-left: 8px; }
|
|
||||||
dl > dd { margin-left: 24px; }
|
|
||||||
dd > p,
|
|
||||||
dl > dd > div,
|
|
||||||
dl > dd > dt {
|
|
||||||
display: inline-block;
|
|
||||||
max-width: calc(100% - 1.5em);
|
|
||||||
}
|
|
||||||
dl > dd > div > ul,
|
|
||||||
dl > dd > div > ol {
|
|
||||||
padding-left: 1.5em/*1em*/;
|
|
||||||
}
|
|
||||||
div:not(.tc-tiddler-body) > dl > dt,
|
|
||||||
dd > p,
|
|
||||||
dd > div > p,
|
|
||||||
dd > div > ul {
|
|
||||||
margin-top: unset;
|
|
||||||
margin-bottom: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
@media (max-width: <<sidebarbreakpoint>>) {
|
@media (max-width: <<sidebarbreakpoint>>) {
|
||||||
.tc-sidebar-scrollable .tc-sidebar-header { padding-top: 0px; }
|
.tc-sidebar-scrollable .tc-sidebar-header { padding-top: 0px; }
|
||||||
|
@ -1,10 +1,19 @@
|
|||||||
created: 20230124112022156
|
created: 20230124112022156
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230124191516599
|
modified: 20230307194005027
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
tags:
|
tags:
|
||||||
title: $:/Styles/View/9-99-Hacks
|
title: $:/Styles/View/9-99-Hacks
|
||||||
|
|
||||||
|
\define MainScript()
|
||||||
|
<<script script="
|
||||||
|
var Title = `$(currentTiddler)$`.replaceAll();
|
||||||
|
var Select = `.tc-tiddler-frame[data-tiddler-title='$(currentTiddler)$']`;
|
||||||
|
Tiddlers = document.querySelectorAll(Select);
|
||||||
|
alert(Tiddlers);
|
||||||
|
">>
|
||||||
|
\end
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<<script off>>
|
<<script off>>
|
||||||
<script>
|
<script>
|
||||||
@ -19,3 +28,4 @@ console.log();
|
|||||||
<<script off>>
|
<<script off>>
|
||||||
-->
|
-->
|
||||||
<!--<<TiddlerViewShowBreadcrumbs>>-->
|
<!--<<TiddlerViewShowBreadcrumbs>>-->
|
||||||
|
<!-- <<MainScript>> -->
|
@ -1,6 +1,6 @@
|
|||||||
created: 20220920092307479
|
created: 20220920092307479
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230306171534188
|
modified: 20230307194109370
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/state/tab/sidebar--595412856
|
title: $:/state/tab/sidebar--595412856
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user