Duplicate this page
Timestamps & Relevant Links
0:00 - Intro
None
0:44 - What We’re Building
Check Web Clip Dashboard to see what we’re building
3:08 - Create Three Databases
To create a new table
/
access block selection and chose inline table or full page table ...10:46 - Connect Webclipper To Notion
I use this Twitter Post as an example to save
14:52 - Saving Articles To Notion
I use this Recipe to save as a full page article
18:03 - Saving Links To Task Manager
I use Automate.io to save as clip to projects
I use this Article to save as full page article
I use Super’s page to save as clip to projects
20:05 - Saving Tweets To Notion
I use this Twitter Post as an example to save
20:48 - Saving Videos To Notion
I use this Video as an example to save
21:41 - Saving Article Snippets To Notion
I use this Article to save snippet of the page
23:09 - Organizing Clips In Notion
See Video
25:12 - Add Cover Image In Notion
Copy link to Clips cover image below:
25:52 Group Clip Types In Notion
See Video
29:13 Group By URL Name In Notion
Formula used:
replaceAll(replaceAll(replaceAll(prop("Url"), ".*https://", ""), ".*www.", ""), "[/].*", "")
note: I use some regex expressions here that may not be necessary, but I have gotten into the habit of not only erasing defined characters in a url string, BUT also all characters before or after too — just in case the URL has a funky syntax.
There are a ton of ways to use formulas to get the same result! The more you play with the functions, the easier it will become.
32:37 Group Tweets By Twitter Handle
Formula used:
if(prop("Type") == "Tweet", replaceAll(replaceAll(prop("Url"), ".*twitter.com/", ""), "/status.*", ""), "")
36:03 Create In-Line Links To Database Views
Copy link from desired view > paste over text
CMD + d
to duplicate blocks38:34 Show Favorite Clips In Dashboard
To create linked database → Copy link from original database > paste link in body of page > chose create linked database
note: It is good practice when creating a Notion dashboard to have original databases tucked away and ONLY linked databases populate the dashboard page to avoid accidental deletions and to have plentiful options for filters and views outside of the original.
40:05 Customize Text Design In Notion
To active in-line equations
$$text here..$$
Copy divider
✄ • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •
41:48 Show Areas In Dashboard
See Video
42:56 Show Tasks With Clips
Make a filter on a linked database to the projects kanban that displays only items that are Ideas AND Related to the webclipper.
Click on the title of the table to navigate to the origiinal database.
44:48 Build A Referential Database
See Video
50:54 Outro
None