No description
Find a file
MURATAGAWA Kei bb3edae818 Fix encoding
2024-04-13 00:37:03 +09:00
.github/workflows Fix workflow 2024-04-03 23:19:17 +09:00
.editorconfig Add ESLint and ES Build files 2024-04-03 16:16:22 +09:00
.eslintignore Add ESLint and ES Build files 2024-04-03 16:16:22 +09:00
.eslintrc Add ESLint and ES Build files 2024-04-03 16:16:22 +09:00
.gitignore Add initial files 2024-04-03 14:35:13 +09:00
esbuild.config.mjs Add ESLint and ES Build files 2024-04-03 16:16:22 +09:00
LICENSE Create LICENSE 2024-04-03 22:41:25 +09:00
main.ts Add error handling when target key could not be find 2024-04-08 10:07:42 +09:00
manifest.json Fix minAppVersion 2024-04-10 09:28:19 +09:00
package-lock.json Add initial files 2024-04-03 14:35:13 +09:00
package.json Add initial files 2024-04-03 14:35:13 +09:00
README.md Fix encoding 2024-04-13 00:37:03 +09:00
tsconfig.json Add initial files 2024-04-03 14:35:13 +09:00

Update Time Updater

Manually update the modified date field in frontmatter.

How to use

  • From the button on the left ribbon
  • Commands palette of Update modified datetime manually

Settings

  • Target key: which key to update
  • Datetime format: Moments.js format

Development

cd <temporary_vault_path>/.obsidian/plugins
git clone git@github.com:muratagawa/update-time-updater.git
cd update-time-updater

npm i
nom run dev

License

This plugin is licensed under the MIT License.