https://github.com/geerteltink/obsidian-frontmatter
https://github.com/geerteltink/obsidian-frontmatter
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geerteltink/obsidian-frontmatter
- Owner: geerteltink
- Created: 2024-01-09T11:49:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T03:37:19.000Z (7 months ago)
- Last Synced: 2024-12-09T04:25:56.663Z (7 months ago)
- Language: TypeScript
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Frontmatter Plugin
This Obsidian plugin adds the created datetime stamp if it is missing in the
frontmatter data. It also keeps the modified datetime stamp up to date.The modified datetime stamp is updated only when the content changes. It
calculates and stores the content hash (without frontmatter data), and stores
this within the file. Every time the file changes, the content hash is calculated
and check if it changed.## Usage
```bash
# Install dependencies
npm install# Update dependencies
npm update --save# build
npm run dev
npm run build# Update version
npm version patch
npm version minor
npm version majorgit push && git push --tags
```## Obsidian API Documentation
See https://github.com/obsidianmd/obsidian-api