mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-30 00:48:36 +08:00
Added tags usage and thanks for jannikbuscha
This commit is contained in:
25
README.md
25
README.md
@@ -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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* add tags in the head
|
||||||
|
```markdown
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
- tag4
|
||||||
|
---
|
||||||
|
|
||||||
|
this is test tags
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user