https://github.com/decaf-dev/obsidian-number-to-datetime
Converts a number property to a datetime property in the specified timezone
https://github.com/decaf-dev/obsidian-number-to-datetime
Last synced: 5 months ago
JSON representation
Converts a number property to a datetime property in the specified timezone
- Host: GitHub
- URL: https://github.com/decaf-dev/obsidian-number-to-datetime
- Owner: decaf-dev
- License: mit
- Created: 2024-07-28T02:42:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-28T03:14:42.000Z (over 1 year ago)
- Last Synced: 2025-06-20T22:05:20.880Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number To DateTime
This plugin allows you to converts a number property to a datetime property in the specified timezone.
## Installation
1. Install the [Obsidian BRAT](https://github.com/TfTHacker/obsidian42-brat) plugin from Obsidian community plugin store
2. Enable the plugin
3. Open the plugin settings
4. Click **Add beta plugin**
5. Enter the repository url: **https://github.com/decaf-dev/obsidian-number-to-datetime**
6. Click **Add plugin**
## Usage
1. Open the command palette
2. Run the command **Convert number property to datetime property**
3. Enter the property name that you would like to convert
4. Press **Enter** on your keyboard
5. Wait for all the markdown files to be updated
## License
Number To DateTime is distributed under [MIT License](https://github.com/decaf-dev/obsidian-number-to-datetime/blob/master/LICENSE).