View obsidian_list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dv.container.className += ' atx-alv1-dataview' | |
let arrABC = []; | |
let arrPages = dv.pages( "" ) | |
.forEach( p => | |
{ | |
const file = p.file | |
const file_path = file.path; | |
const file_name = file.name; | |
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name; |
View its_overrides.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @settings | |
name: ITS Theme Overrides | |
id: atx-its | |
settings: | |
- | |
id: atx-its-cat-general | |
title: '1. Appearance' | |
description: 'General appearance settings' | |
type: heading | |
level: 1 |
View gist:9f541ae33282de8bc6c130054347c31a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugins enabled: 40 | |
1: Code Styler v1.0.11 | |
2: Link Favicons v1.8.3 | |
3: Style Settings v1.0.7 | |
4: File Color v1.0.3 | |
5: Obsidian42 - BRAT v0.7.1 | |
6: Iconize v2.8.0 | |
7: Folder notes v1.6.11 | |
8: Advanced Tables v0.19.1 | |
9: Banners v2.0.5-beta |
View blue_topaz_overrides.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @settings | |
name: ⚙️ Blue Topaz (Aetherx Extras) | |
id: blue-topaz-theme-aetherx | |
settings: | |
- | |
id: atx-general | |
title: 1. General | |
description: General appearance settings | |
type: heading | |
level: 1 |
View plugin_stylesettings.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"minimal-style@@h1-size": "2.325em", | |
"minimal-style@@bg1@@dark": "#1C1C1C", | |
"minimal-style@@bg2@@dark": "#181818", | |
"minimal-style@@active-line-on": false, | |
"minimal-advanced@@styled-scrollbars": true, | |
"minimal-style@@h2-size": "1.8em", | |
"minimal-style@@h3-size": "1.5em", | |
"minimal-style@@code-normal@@dark": "#EA496A", | |
"minimal-style@@h3-color@@dark": "#4B82FF", |
View docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
vw_backup: | |
image: bruceforce/vaultwarden-backup | |
container_name: vaultwarden-backup | |
command: --volumes-from=vaultwarden | |
restart: unless-stopped | |
init: true | |
volumes: | |
- /home/docker/vaultwarden/vw-data:/data/ |
View sources.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://us.archive.ubuntu.com/ubuntu lunar main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu lunar main restricted | |
deb http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted | |
deb http://us.archive.ubuntu.com/ubuntu lunar universe | |
# deb-src http://us.archive.ubuntu.com/ubuntu lunar universe | |
deb http://us.archive.ubuntu.com/ubuntu lunar-updates universe | |
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates universe |
View sources.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse |
View sources.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb https://packages.zorinos.com/stable focal main | |
# deb-src https://packages.zorinos.com/stable focal main | |
deb https://packages.zorinos.com/patches focal main | |
# deb-src https://packages.zorinos.com/patches focal main | |
deb https://packages.zorinos.com/apps focal main | |
# deb-src https://packages.zorinos.com/apps focal main | |
deb https://packages.zorinos.com/drivers focal main restricted |
View sources.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse |
NewerOlder