Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile

This is a third larger file hosted on Github via the Gist service.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

This is a github gist test This is a github gist testThis is a github gist testThis is a github gist test This is a github gist testThis is a github gist testThis is a github gist testThis is a github gist testThis is a github gist testThis is a github gist testThis is a github gist testThis is a github gist testThis is a github gist test
@Aetherinox
Aetherinox / obsidian_list
Last active December 7, 2023 21:14
Obsidian: Page Alphabetized List
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;
@Aetherinox
Aetherinox / its_overrides.css
Last active December 7, 2023 23:46
Obsidian ITS Theme Overrides
/* @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
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
@Aetherinox
Aetherinox / blue_topaz_overrides.css
Last active September 16, 2024 00:25
Obsidian: CSS Override
/* @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
@Aetherinox
Aetherinox / plugin_stylesettings.css
Last active November 17, 2023 07:38
Obsidian.md: Plugin: Style Settings
{
"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",
@Aetherinox
Aetherinox / sources.list
Created October 19, 2023 09:08
Ubuntu 23.04 (Lunar Lobster) Repo / Sources List + arm64 (Complete)
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
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:03
ZorinOS 16 (Ubuntu 20.04 LTS) (Focal Fossa) Repo / Sources List (Extras)
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
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:02
ZorinOS 16 (Ubuntu 20.04 LTS) (Focal Fossa) Repo / Sources List (Complete)
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