An open API service indexing awesome lists of open source software.

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

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).