Skip to content

Instantly share code, notes, and snippets.

View miguelplazasr's full-sized avatar

Miguel Plazas miguelplazasr

  • Pulsar IT
  • Miami, FL
View GitHub Profile
const apiUrl = "http://api.quotable.io/random?tags=";
async function start() {
var quote;
var cite;
const response = await fetch(apiUrl);
const data = await response.json();
if (response.ok) {
// Update DOM elements
@ngraham20
ngraham20 / folder_links.js
Created July 30, 2021 21:47
Obsidian Templater Script to Generate Folder Links