mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(snippets): improve readibility
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -266,6 +266,7 @@
|
|||||||
"wlan",
|
"wlan",
|
||||||
"xattr",
|
"xattr",
|
||||||
"xkcd",
|
"xkcd",
|
||||||
|
"yubikey",
|
||||||
"zstd"
|
"zstd"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The idea here is to mimic Confluence's Info panel.
|
The idea here is to mimic Confluence's Info panel.
|
||||||
|
|
||||||
This only worked for Azure Devops' wikis.
|
This only worked for Azure Devops' wikis so far.
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.info-block {
|
.info-block {
|
||||||
7
snippets/view-files.sh
Normal file
7
snippets/view-files.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!sh
|
||||||
|
|
||||||
|
# Just `vim` but read-only.
|
||||||
|
view 'file'
|
||||||
|
|
||||||
|
# Like `cat` but with syntax highlighting
|
||||||
|
bat --theme 'Solarized (light)' 'index.ts'
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#!sh
|
|
||||||
|
|
||||||
# Just `vim` but read-only.
|
|
||||||
view 'file'
|
|
||||||
Reference in New Issue
Block a user