Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geerteltink/obsidian-frontmatter
https://github.com/geerteltink/obsidian-frontmatter
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geerteltink/obsidian-frontmatter
- Owner: geerteltink
- Created: 2024-01-09T11:49:41.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-26T01:12:46.000Z (12 days ago)
- Last Synced: 2024-10-26T10:44:50.857Z (11 days ago)
- Language: TypeScript
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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. Everytime 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