- 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
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
<%* /*
*/
// #region HELPER VARIABLES
/*################
HELPER VARIABLES
################*/
const noticeTimeout = 3000;
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
/* --- | |
* ####################################################### | |
* 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(...)`. |
- Auto Update Dev Container (custom scripts, see below)
- Logitech Service (logiops)
- Auto Clean Downloads
- Using logiops as client.
/etc/logid.cfg
:
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
%% | |
% 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: | |
% |
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
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"] |
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
# 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 [email protected], [email protected] |
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
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; |
NewerOlder