rebuild the locale file and add tag button to control tag syncing function

This commit is contained in:
Jiaxin Peng
2023-11-20 21:57:30 +00:00
parent 3c7e266a35
commit 3f35a56b6e
7 changed files with 157 additions and 108 deletions

View File

@@ -15,6 +15,23 @@ Thus, based on the [original author's work](https://github.com/EasyChris/obsidia
## Update
### 1.1.0
- Fix the custom name setting tab display bug.
- Add a toggle to control whether to sync `tags` since the empty tags may cause the syncing error.
If you switch off the `tags` function in the plugin settings, it will ignore the `tags` in your frontmatter.
If you prefer to sync tags to Notion database, you can switch on the `tags` function in the plugin settings. **You can only use the following format for tags:**
```yaml
tags: #empty tags, option 1
tags: [test,test1,test2] # use the square brackets, option 2
tags:
- test
- test1
- test2 # use the dash option 3
```
### 1.0.1
- Fix the custom name element display bug in the settings.