feat: add changes from obsidian office hours #34

This commit is contained in:
Ben Hong
2024-01-24 14:05:58 -08:00
parent 61666a0af7
commit 462b6bd8c3
15 changed files with 412 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
{
"numberOfFilesToShow": 100,
"changelogFilePath": "CHANGELOG.md",
"watchVaultChange": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-vault-changelog",
"name": "Vault Changelog",
"version": "0.1.0",
"minAppVersion": "0.9.7",
"description": "Obsidian plugin to maintain a notes changelog in a vault",
"author": "Badr Bouslikhin",
"authorUrl": "https://github.com/MrZeroo00",
"isDesktopOnly": false
}