Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
mrdaemon / imaging.md
Last active November 9, 2025 13:37
Archiving CDROMs on Linux, A Quick and Dirty Guide

A quick and dirty guide to dumping images of your CDs and DVDs on Linux

https://untrusted.website/@mr_daemon

This roughly describes the process I use to dump my old CDs to image files while attempting to retain as much of the original data as possible.

This guide is very terminal oriented but it should remain accessible.

This covers mostly data cds such as games and software, and has mixed

@FeralFlora
FeralFlora / 01 Zotero Integration import template and more!.md
Last active December 3, 2025 17:09
Zotero import template for the Zotero integration plugin for Obsidian. Screenshots and usage guide over in the Obsidian forum here: https://forum.obsidian.md/t/zotero-integration-import-templates/36310/105?u=feralflora
  • ZI-main.md
    • The main Zotero Integration template
  • runImport.md
    • Template that enables updating literature notes at the click of a button, and much more.
  • Meta bind button template
    • Template for in-note button that executes runImport.md
@MichaTarlton
MichaTarlton / Beginner's set up for AidenLXs Zotero Integration Plugin.md
Last active April 4, 2025 02:16
Beginner's set up for AidenLX’s Zotero Integration Plugin

Beginner's set up for AidenLX’s Zotero Integration Plugin

The current official documentation is incomplete, and inaccessible for most users, however I believe it is the best zotero integration so far, if only it can eventually match the features of Bibnotes Formatter. I want to make a simple guide for users who want to quickly set up the plugin with simple use cases.

In this guide I will distill what I gathered from a day of going through the Obsidian forum thread, the github discussions and issues pages, the API guide from the documentation, and brute-force trial and error. Much of the api stuff will require knowledge of eta and javascript, which unfortunately I have limited experience with. Perhaps others can chime in and

@magma-chili
magma-chili / 🛠️ Transfer folder contents to a different folder 📁➡️📁.md
Last active April 6, 2023 12:50
🛠️ Transfer folder contents to a different folder 📁➡️📁 for Obsidian + Templater

<%* /*

*/
// #region HELPER VARIABLES
/*################
  HELPER VARIABLES
  ################*/

const noticeTimeout = 3000;
@magma-chili
magma-chili / Dataview table of Obsidian community plugins updates.js
Last active September 17, 2024 10:55
🪑 Table of Obsidian community plugins updates 🔌
/* ---
* #######################################################
* Dataview table of Obsidian community plugins updates.js
* #######################################################
*
* Author: dp0z (depose#2272)
* Updated: 2023-04-21T02:30:18
* Link: https://gist.github.com/magma-chili/e58ae420f196e0407304691e5c24cf3f
* Description: A DataviewJS script to display Obsidian community plugin updates in a table with a convenient 'Update' button.
* Instructions: Save as a `.js` file to use with `dv.view(...)`.
@haryp2309
haryp2309 / fedora-silverblue-setup.md
Last active June 4, 2024 19:32
Fedora Silverblue Setup

Fedora Silverblue Setup

Systemd Services

  • Auto Update Dev Container (custom scripts, see below)
  • Logitech Service (logiops)
  • Auto Clean Downloads

Logitech MX Master 2S Setup

/etc/logid.cfg:

@DrLeucine
DrLeucine / thesis-eisvogel
Created December 2, 2022 12:45
An adaptation of https://github.com/Wandmalfarbe/pandoc-latex-template but for academic thesis with minor changes to the layout
%%
% Copyright (c) 2017 - 2021, Pascal Wagler;
% Copyright (c) 2014 - 2021, John MacFarlane
%
% All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions
% are met:
%
import streamlit as st
from PIL import Image
import os
import random
state = st.session_state
BASE_PATH = "./DICE_IMAGES_100/"
OPTIONS = ["1", "2", "3", "4", "5", "6", "NA"]
@dwsmart
dwsmart / nginx_redirect_mastodon_well-known.config
Created November 9, 2022 13:06
nginx conf for redirecting .well-known for mastodon
# before server {} block
# if you're not mapping $request_path already, you'll need to this next block
map $request_uri $request_path {
~(?<captured_path>[^?]*) $captured_path;
}
map $arg_resource $valid_mastodon {
# If you want any account at your domain to resolve to just one mastodon account, i.e bob@tamethebots.com, mary@tamethebots.com
body {
/* for some reason, this is needed to avoid
* the first checkbox not colouring.... */
}
.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task="x"],
.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task="X"],
ul > li.task-list-item[data-task="x"],
ul > li.task-list-item[data-task="X"] {
text-decoration: none;