mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
32
Wiki-OcttKB/tiddlers/System/$__Macros_ExtLinks.tid
Normal file
32
Wiki-OcttKB/tiddlers/System/$__Macros_ExtLinks.tid
Normal file
@ -0,0 +1,32 @@
|
||||
created: 20230215192523775
|
||||
creator: Octt
|
||||
modified: 20230305221555052
|
||||
modifier: Octt
|
||||
tags: $:/tags/Macro
|
||||
title: $:/Macros/ExtLinks
|
||||
|
||||
\define WiktionaryL(Word, Subdomain:"en") [[$Word$|https://$Subdomain$.wiktionary.org/wiki/$Word$]]
|
||||
|
||||
\define MyWARC(Id, Type:"content") <small><<[ "[[OcttArchive|https://articles.octt.eu.org/bookmark/$Id$/$Type$]]">></small>
|
||||
\define mywarc(id, type:"content") <<MyWARC "$id$" "$type$">>
|
||||
|
||||
\define RedditLink(Path, Title:"Reddit") [[$Title$|https://old.reddit.com/$Path$]]
|
||||
\define RedditL(Path, Title:"Reddit") <<RedditLink "$Path$" "$Title$">>
|
||||
|
||||
\define HackernewsL(Id, Title:"HN") [[$Title$|https://news.ycombinator.com/item?id=$Id$]]
|
||||
|
||||
\define YouTubeLink(Id, Title:"YouTube", Prefix:"watch?v=") [[$Title$|https://youtube.com/$Prefix$$Id$]]
|
||||
\define YoutubeLink(Id, Title:"YouTube", Prefix:"watch?v=") <<YouTubeLink "$Id$" "$Title$" "$Prefix$">>
|
||||
\define YouTubeL(Id, Title:"YouTube", Prefix:"watch?v=") <<YouTubeLink "$Id$" "$Title$" "$Prefix$">>
|
||||
\define YoutubeL(Id, Title:"YouTube", Prefix:"watch?v=") <<YouTubeLink "$Id$" "$Title$" "$Prefix$">>
|
||||
|
||||
\define TwitterLink(Path, Title:"Twitter") [[$Title$|https://twitter.com/$Path$]]
|
||||
|
||||
\define MatrixLink(ID, Title:"Matrix") [[$Title$|https://matrix.to/#/$ID$]]
|
||||
|
||||
|
||||
\define FDroidLink(Package, Title:"F-Droid") [[$Title$|https://f-droid.org/en/packages/$Package$]]
|
||||
|
||||
\define GPlayLink(Package, Title:"GPlay") [[$Title$|https://play.google.com/store/apps/details?id=$Package$]]
|
||||
|
||||
\define FlathubLink(Package, Title:"Flathub") [[$Title$|https://flathub.org/apps/details/$Package$]]
|
Reference in New Issue
Block a user