Skip to content

Instantly share code, notes, and snippets.

View EmanueleTinari's full-sized avatar
😃

Emanuele Tinari EmanueleTinari

😃
View GitHub Profile
@eoureo
eoureo / Obsidian Templater - Change tags of multiple notes.js
Created April 5, 2023 03:19
Obsidian Templater - Change tags of multiple notes at once. 옵시디언 Templater - 한꺼번에 여러 노트의 태그들을 바꾸기(Feat. Dataview)
<%_*
/*
@2023-04-05 12:00:00
Obsidian Templater - Change tags of multiple notes at once.
1. Make a table with dataviewjs.
```dataviewjs
dv.table(["✓", "File", "mtime", "ctime", "tags", "folder"], dv.pages("#book")
@jayrgee
jayrgee / mermaid.md
Last active November 6, 2023 13:23
@hedgejanuary
hedgejanuary / CreatingSheetIndex.bas
Last active December 3, 2023 13:27
Add a sheet and create a sheet list.
Sub CreatingTOCSheet()
Dim bkTarget As Workbook 'subject workbook
Dim shTOC As Worksheet 'TOC worksheet
Dim sh As Worksheet 'worksheets to be listed
Dim flag As Boolean 'boolean to check if a new worksheet is necessary
Dim finalRow As Integer
Dim i As Integer
Dim msgAnswer As VBA.VbMsgBoxResult 'store the answer of the message box
Dim shName As String