Skip to content

Commit b4ea299

Browse files
committed
Updated sample
1 parent 5c1fd57 commit b4ea299

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
*.csv
3+
!sample-template.csv

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
This node script takes a CSV export of a Notion link database and turns it into a markdown or HTML formatted blog post.
44

5-
For now, it assumes that your database contains the following:
5+
For now, it assumes that your database contains the following, in the following order:
66

77
* Name: title of the page
8-
* URL: the page URL
8+
* Category: the type of link (eg "Notable Articles", "Books", etc)
9+
* Created: a timestamp representing the date you saved the link
910
* Summary: a brief description of the link
10-
* Tags: a category
11+
* Tags: a sub-category (eg "Business")
12+
* URL: the page URL
1113

1214
It will export to a file _and also copy output to your clipboard_.
1315

sample-template.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Name,Category,Created,Summary,Tags,URL

0 commit comments

Comments
 (0)