Added tags usage and thanks for jannikbuscha

This commit is contained in:
chris
2022-12-17 12:26:42 +08:00
parent 47e902a6ee
commit e3a74d61cc
3 changed files with 25 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ You are welcome to offer it a star if it can benefit you.
- [x] support for mult language - [x] support for mult language
- [x] support for auto copy the share link to clipboard - [x] support for auto copy the share link to clipboard
- [x] support for mobile - [x] support for mobile
- [x] support tags thank for [@jannikbuscha](https://github.com/jannikbuscha)
- [ ] transfer the bi-link format like [[]] into the format that Notion supports. - [ ] transfer the bi-link format like [[]] into the format that Notion supports.
@@ -91,6 +92,28 @@ A share link will be automatically generated after successful upload
banner url must be a image url like: https://i.imgur.com/xxx.jpg banner url must be a image url like: https://i.imgur.com/xxx.jpg
if you don't want to use banner, leave it blank if you don't want to use banner, leave it blank
## Custom Tags [option]
* open plugin convert tags
![](./doc/8.png)
* add tags in the head
```markdown
---
tags:
- tag4
---
this is test tags
```
![](./doc/9.png)
thanks for [@jannikbuscha](https://github.com/jannikbuscha) contribution
## Notion ID [option] ## Notion ID [option]
Notion ID is the your notion site ID that you want to share the file to. Notion ID is the your notion site ID that you want to share the file to.
if you don't write it, notion will share to the default link like: if you don't write it, notion will share to the default link like:
@@ -134,5 +157,7 @@ yarn dev
[GitHub - Quorafind/Obsidian-Memos: A quick capture plugin for Obsidian, all data from your notes.](https://github.com/Quorafind/Obsidian-Memos) [GitHub - Quorafind/Obsidian-Memos: A quick capture plugin for Obsidian, all data from your notes.](https://github.com/Quorafind/Obsidian-Memos)
[https://github.com/jannikbuscha/obsidian-to-notion](https://github.com/jannikbuscha)
# License # License
GNU GPLv3 GNU GPLv3

BIN
doc/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
doc/9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB