Skip to content

Instantly share code, notes, and snippets.

@chmac
chmac / 2019_theme.css
Last active March 3, 2020 14:41
President Muffinator - KB Update
.vc_custom_1556058139992 .wpb_wrapper > div {
margin-bottom: 10px !important;
}
.vc_custom_1556058110179 .wpb_wrapper > div {
margin-bottom: 0px !important;
}
/*Override styles - Retinafunk Mai 2018*/
@chmac
chmac / onRejected.ts
Last active May 28, 2020 12:47
JavaScript async error control flow
const work = async () => "success";
work().then(
(result) => {
console.log(result);
},
(error) => {
console.error(error);
}
);
@chmac
chmac / main.js
Last active November 25, 2025 08:33
obsidian-tag-page without any headers
/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin
*/
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {