mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-08-01 02:40:55 +08:00
restructure the code for further feature
This commit is contained in:
@@ -5,6 +5,8 @@ Thanks to the [original author](https://github.com/EasyChris/obsidian-to-notion)
|
||||
|
||||
Thus, based on the [original author's work](https://github.com/EasyChris/obsidian-to-notion), I've added a feature to match the [NotionNext](https://github.com/tangly1024/NotionNext) template. This way, you can edit directly in Obsidian and publish with a single click after organizing.
|
||||
## Update
|
||||
### 0.2.1
|
||||
- Restructure the code
|
||||
### 0.2.0
|
||||
- From this version, the interactive logic has been rewritten. When you click the ribbon icon, it will display the sync command for all presetting NotionNext databases. You can choose the database you want to sync to. **However, only NotionNext database is supported for now.**
|
||||
|
||||
@@ -13,7 +15,7 @@ Thus, based on the [original author's work](https://github.com/EasyChris/obsidia
|
||||
### 0.1.10
|
||||
- Fix the Chinese support in the settings.
|
||||
### 0.1.8
|
||||
- Rebuild the upload function, and add one button to select the different databases. **However, only NotionNext database is supported for now.**
|
||||
- Rebuild the uploadCommand function, and add one button to select the different databases. **However, only NotionNext database is supported for now.**
|
||||
### 0.1.7
|
||||
- [x] Removed the `convert tag` option. Now, you can directly add tags in the YAML front matter. If you don't want to add tags, you can delete the tags in the YAML front matter or leave the tags blank.
|
||||
|
||||
@@ -189,9 +191,9 @@ Fill the configuration with the `NOTION_API_KEY` and `DATABASE_ID` you got
|
||||

|
||||
|
||||
## Upload file content to notion
|
||||
Click the upload notion button
|
||||
Click the uploadCommand notion button
|
||||

|
||||
A share link will be automatically generated after successful upload
|
||||
A share link will be automatically generated after successful uploadCommand
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user