Manual push Mon Sep 25 14:13:51 CEST 2023

This commit is contained in:
octospacc 2023-09-25 14:13:52 +02:00
parent 5163b11548
commit 010161d126
6 changed files with 32 additions and 14 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
Output.tmp
/Output.tmp
/Repo.tmp

View File

@ -11,8 +11,6 @@ title: OcttKB/Index
{{$:/OcttKB/ToC}}
<!-- caption: {{$:/language/SideBar/Contents/Caption}} --->
; Other things
: [[🖍️ Comments/Issues/PRs (Git)|https://gitlab.com/octtspacc/OcttKB/-/issues]]
: [[🏳️‍🌈 Translate this site (Google)|https://translate.google.com/translate?sl=en&tl=it&hl=en&u=https://kb.octt.eu.org&client=webapp]]
@ -20,5 +18,5 @@ title: OcttKB/Index
{{$:/OcttKB/LicensingButtons}}
<div style="margin-top: 16px">
''Last edit at'' {{$:/OcttKB/LastEditTime}} <<#[ Activity "https://gitlab.com/octtspacc/OcttKB/activity">>
''Last edit at'' {{$:/OcttKB/LastEditTime}} <<#[ Activity "https://gitlab.com/octtspacc/OcttKB/-/commits">>
</div>

View File

@ -7,4 +7,8 @@ title: Knowledge Management
<<^wikipediaframe "Knowledge Management">>
* <<link+desc+git anytype "https://anytype.io" "the everything app for those who celebrate trust & autonomy" "https://github.com/anyproto">>
The "Notion paradigm", and alternative apps:
* <<linkdesc Notion "https://www.notion.so" "Your connected workspace for wiki, docs & projects">> --- it's basically online-only (or online-first?), so not recommended since it's also entirely proprietary, and documents are very limited when exported
* <<linkdescgit anytype "https://anytype.io" "the everything app for those who celebrate trust & autonomy" "https://github.com/anyproto">>
* <<linkdescgit AppFlowy "https://appflowy.io" "open-source alternative to Notion for project management" "https://github.com/AppFlowy-IO">>

View File

@ -7,4 +7,7 @@ title: Static site generator
<<^wikipediaframe "Static site generator">>
* [[Retype|https://retype.com/]] --- //ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files//, seems catered towards docs/notes sites --- <<#[ Git "https://github.com/retypeapp">>
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">>
* <<linkdescgit Hugo "https://gohugo.io" "The worlds fastest framework for building websites" "https://github.com/gohugoio/hugo">>
* <<linkdescgit Jekyll "https://jekyllrb.com" "🌐 Jekyll is a blog-aware static site generator in Ruby" "https://github.com/jekyll">>
* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites

View File

@ -0,0 +1,20 @@
created: 20220920092322164
creator: Octt
modified: 20230920154903731
modifier: Octt
tags: $:/tags/Macro
title: $:/Macros/InlineLinks
\whitespace trim
\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 linkdesc(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$">>
\define linkdescgit(Name, Link, Desc, Git, Wrap) <<Link+Desc+Git "$Name$" "$Link$" "$Desc$" "$Git$" "$Wrap$">>

View File

@ -96,11 +96,3 @@ 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$">>