Skip to content

Instantly share code, notes, and snippets.

View longting's full-sized avatar
🤑
$_$

龙哥 longting

🤑
$_$
  • 人名群众
  • 湖南
View GitHub Profile
@emisjerry
emisjerry / select_file.js
Created October 23, 2021 10:18
Obsidian QuickAdd macro for selection a frequently used note quickly.
/**
select_file.js
功能: open frequently-used files quickly
*/
let quickAddApi;
let openMode_ = "preview"; // preview, source or default
const today_ = window.moment().format("YYYY-MM-DD_ddd");
const isNewPanel_ = true; // 是否開啟在新面板?
const BACK_ = "⬅️ 回上層";