Skip to content

Instantly share code, notes, and snippets.

View lguenth's full-sized avatar
👨‍🎓

Luke lguenth

👨‍🎓
View GitHub Profile
@FeralFlora
FeralFlora / 01 Zotero Integration import template and more!.md
Last active July 25, 2024 10:30
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 February 16, 2024 12:29
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 June 7, 2024 22:59
🪑 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:

@raisabelatrix
raisabelatrix / rainbow-tags.css
Last active January 17, 2024 12:38
Obsidian 1.0+ snippet for rainbow-colored tags. Comes with style settings option
/* ——————————————————————————————————————————— ╗
                 STYLE SETTINGS
╚ ——————————————————————————————————————————— */
/* @settings
name: Rainbow Tags by raisabelatrix
id: rb-tags-rsbltrx
settings:
-
id: rainbow-tags
@universvm
universvm / 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;