Skip to content

Instantly share code, notes, and snippets.

@magma-chili
magma-chili / Output a table of notes with a particular heading and the heading's content 📌.md
Last active August 3, 2023 15:44
🪑 Table of notes with a particular heading and the heading's content 📌
Error in user YAML: Alias parsing is not enabled.
---
title: &title "Output a table of notes with a particular heading and the heading's content"
UUID: &UUID 7fa1055a-f5bf-4d85-b3d6-32e4a3c2105b
alias:
  - *title
  - *UUID
created: 2023-04-26T04:31:24
---

%%

@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(...)`.
@magma-chili
magma-chili / Dataview table of available Obsidian community plugins.js
Last active April 22, 2023 20:08
🪑 Table of available Obsidian community plugins 🔌
/* ---
* #########################################################
* Dataview table of available Obsidian community plugins.js
* #########################################################
*
* Author: dp0z (depose#2272)
* Updated: 2023-04-21T02:30:18
* Link: https://gist.github.com/magma-chili/97b86f5b612369340af9b572c05c9357
* Description: Efficiency enhancements and buttons conform to row height.
* Instructions: Save as a `.js` file to use with `dv.view(...)`.