mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-03-09 21:20:05 +01:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
57e141003d
commit
8e3631031c
@ -1,11 +1,11 @@
|
||||
created: 20230205151705787
|
||||
creator: Octt
|
||||
modified: 20230919065015990
|
||||
modified: 20230920091231179
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Android/Apps
|
||||
|
||||
List of some Android apps to keep in mind.
|
||||
List of some Android apps to keep in mind that are not mentioned in any other tiddler.
|
||||
|
||||
* AccA
|
||||
* Activity Launcher
|
||||
@ -29,7 +29,6 @@ List of some Android apps to keep in mind.
|
||||
* News Provider
|
||||
* OpenBoard
|
||||
* Open Camera
|
||||
* ONLYOFFICE
|
||||
* PCAPdroid
|
||||
* PocketMaps
|
||||
* Psiphon Pro
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230209103557956
|
||||
creator: Octt
|
||||
modified: 20230228230000660
|
||||
modified: 20230920082855436
|
||||
modifier: Octt
|
||||
tags: Internet
|
||||
title: DNS
|
||||
@ -12,6 +12,7 @@ title: DNS
|
||||
|
||||
; Misc
|
||||
: [[Bizarre and Unusual Uses of DNS [FOSDEM23]|https://fosdem.org/2023/schedule/event/dns_bizarre_and_unusual_uses_of_dns/]] - //Rule 53: If you can think of it, someone's done it in the DNS//
|
||||
: [[DNS over Wikipedia|https://github.com/aaronjanse/dns-over-wikipedia]] --- //Redirect `.idk` domains using Wikipedia//
|
||||
|
||||
!!! ''List of some DNS servers''
|
||||
|
||||
|
@ -1,11 +1,13 @@
|
||||
created: 20230816230347077
|
||||
creator: Octt
|
||||
modified: 20230816230524603
|
||||
modified: 20230920092125731
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Document
|
||||
|
||||
<<^wikipediaframe Document>>
|
||||
|
||||
* <<link+desc+git ONLYOFFICE "https://www.onlyoffice.com" "An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents" "https://github.com/ONLYOFFICE">> <<#[ "Android Git and APKs" "https://github.com/ONLYOFFICE/documents-app-android">>
|
||||
|
||||
* <<RedditL r/humblebundles/comments/7z37lo/pdf_or_cbz_for_absolute_best_image_quality "PDF or CBZ for absolute best image quality?">>
|
||||
* <<RedditL r/humblebundles/comments/7tks9g/is_there_a_clear_winner_for_best_format_to "Is there a clear winner for best format to download comics?">>
|
||||
|
@ -1,8 +1,14 @@
|
||||
created: 20230202225920722
|
||||
creator: Octt
|
||||
modified: 20230817233028088
|
||||
modified: 20230920090507087
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en Markup WIP
|
||||
tags: $:/i18n:en Markup
|
||||
title: Markdown
|
||||
|
||||
<<^WikipediaFrame Markdown en>>
|
||||
<<^WikipediaFrame Markdown en>>
|
||||
|
||||
* <<Link+Desc+Git "Markdown Tutorial.com" "http://www.markdowntutorial.com/" "Lessons to help guide new writers into Markdown!" "https://github.com/gjtorikian/markdowntutorial.com">>
|
||||
|
||||
* [[😇 Monastic Browser|https://monastic.netlify.app]] --- //Rebuild the innocent web with Monastic Markdown-first web browser// --- <<#[ Git "https://github.com/rognoni/monastic-browser">>
|
||||
|
||||
* <<Link+Desc+Git "😇 Monastic Browser" "https://monastic.netlify.app" "Rebuild the innocent web with Monastic Markdown-first web browser" "https://github.com/rognoni/monastic-browser">>
|
||||
|
@ -1,7 +1,7 @@
|
||||
created: 20230203214532694
|
||||
creator: Octt
|
||||
icon: 🕸️
|
||||
modified: 20230613185527038
|
||||
modified: 20230920083856810
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?web
|
||||
tags: Internet
|
||||
@ -29,5 +29,7 @@ title: Web
|
||||
|
||||
!!! ''Analytics''
|
||||
|
||||
* ''[[GoatCounter|https://www.goatcounter.com/]]'' - //Easy analytics. Open-source, self-hostable, GDPR-compliant. No tracking of personal data, and works without JS// - <<[ "[[Git|https://github.com/arp242/goatcounter]]">>
|
||||
* ''[[GoatCounter|https://www.goatcounter.com/]]'' --- //Easy analytics. Open-source, self-hostable, GDPR-compliant. No tracking of personal data, and works without JS// --- <<[ "[[Git|https://github.com/arp242/goatcounter]]">>
|
||||
** Note: GoatCounter tracking endpoints are blocked by the default uBlock Origin configuration, must selfhost or arrange some kind of proxy to bypass it.
|
||||
* [[Start Hits|https://hits.seeyoufarm.com]] --- //🚀 Easy way to know how many visitors are viewing your Github, Website, Notion 🎉// --- <<#[ Git "https://github.com/gjbae1212/hit-counter">>
|
||||
* //Others: https://github.com/newTendermint/awesome-analytics | https://github.com/pluja/awesome-privacy#analytics //
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092322164
|
||||
creator: Octt
|
||||
modified: 20230919201203599
|
||||
modified: 20230920093412463
|
||||
modifier: Octt
|
||||
tags: $:/tags/Macro
|
||||
title: $:/Macros/Main
|
||||
@ -96,3 +96,11 @@ Display: Inline;
|
||||
<$Tag$ $AttrName$=<<AttrWikified>> $Attrs$>$Body$</$Tag$>
|
||||
</$wikify>
|
||||
\end
|
||||
|
||||
\define Link+Desc(Name, Link, Desc, Wrap:"//") [[$Name$|$Link$]] --- $Wrap$$Desc$$Wrap$
|
||||
|
||||
\define link+desc(Name, Link, Desc, Wrap) <<Link+Desc "$Name$" "$Link$" "$Desc$" "$Wrap$">>
|
||||
|
||||
\define Link+Desc+Git(Name, Link, Desc, Git, Wrap) <<Link+Desc "$Name$" "$Link$" "$Desc$" "$Wrap$">> <<[ "[[Git|$Git$]]">>
|
||||
|
||||
\define link+desc+git(Name, Link, Desc, Git, Wrap) <<Link+Desc+Git "$Name$" "$Link$" "$Desc$" "$Git$" "$Wrap$">>
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20230919203804064
|
||||
created: 20230920093630052
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20230919203804065
|
||||
modified: 20230920093630052
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,6 +1,6 @@
|
||||
created: 20230919200037786
|
||||
created: 20230920074108409
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20230919203700119
|
||||
modified: 20230920092142582
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,7 +1,7 @@
|
||||
created: 20230219105828671
|
||||
creator: Octt
|
||||
modified: 20230219105828671
|
||||
modified: 20230920090105579
|
||||
modifier: Octt
|
||||
title: $:/state/folded/$:/Macros/Main
|
||||
|
||||
hide
|
||||
show
|
@ -1,7 +1,7 @@
|
||||
created: 20230916143716735
|
||||
creator: Octt
|
||||
modified: 20230916143716735
|
||||
modified: 20230920091154846
|
||||
modifier: Octt
|
||||
title: $:/state/folded/Android/Apps
|
||||
|
||||
hide
|
||||
show
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20230919203650326
|
||||
modified: 20230920093441225
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user