EasyChris / obsidian-to-notion

Share obsidian markdown file to notion and generate notion share link 同步obsdian文件到notion,并生成notion分享链接,可以方便的分享obsidian的文件。
GNU General Public License v3.0
473 stars 38 forks source link

[Feature Request] Push frontmatter to database metadata #8

Open rapatel0 opened 2 years ago

rapatel0 commented 2 years ago

It would be a really powerful feature to push custom metadata from frontmatter (and dataview inline metadata) to notion.

Example (meeting):

----
Type: Meeting
title: Meeting to discuss cheese
date: 2022-04-26T00:00:00.000Z
ID: 20220426054841
tags:
  - T/Task
 link: https://www.notion.so/TT-20220426-TESTS-f2ad1282246245739ff8a58658df4acf
notionID: XXXXXXXX-2462-4573-9ff8-a58658df4acf
---
Attendees:: [[James Madison]], [[Deng Xiaoping]], [[Lord Vader]]
Effort: 

This is the body of a meeting file where things are discussed. 

Table on notion

Name Attendees date
Meeting to discuss cheese [[James Madison]], [[Deng Xiaoping]], [[Lord Vader]] 2022-04-26T00:00:00.000Z
EasyChris commented 2 years ago

i had try to completed this feature

but meet some difficult with notion api

in the future when i have time i will Complete this feature

vkbytes commented 2 years ago

+1 for this feature, Definitely a vital requirement for the plugin.. but this is a great plugin

ludwikc commented 1 year ago

Make.md allows to add Cover photos and Note icons so the notes looks identical as in Notion.

It would be WONDERFUL if Obsidian-to-Notion plugin would support this metadata too.