- Docs in code → Notion: https://exnota.com
- Delete duplicates: https://tools.exnota.com/duplicates
- Spotify sync: https://music.exnota.com
1) Write docs as code
(as part of your normal dev workflow).
2) Push changes.
3) Docs are synced to Notion.
4) Now any team can read, search, ask AI!
1) Write docs as code
(as part of your normal dev workflow).
2) Push changes.
3) Docs are synced to Notion.
4) Now any team can read, search, ask AI!
But you can add a child page to a link block in the sidebar.
And it doesn't appear anywhere else 🤯
But you can add a child page to a link block in the sidebar.
And it doesn't appear anywhere else 🤯
This approach is easier to read and you can choose which properties you care about.
This approach is easier to read and you can choose which properties you care about.
Just created an ~8min walkthrough. The basic idea is:
- Create a second database as your log.
- Use an automation to save changes to it.
- Use a custom layout to display those in the database page.
Just created an ~8min walkthrough. The basic idea is:
- Create a second database as your log.
- Use an automation to save changes to it.
- Use a custom layout to display those in the database page.
With an image.
With an image.
A quick POC.
A quick POC.
Same as the button, but do it as a temporary database automation triggered on creating a page.
Create temp pages until all are done. Then delete temp pages and automation.
Pro: Can workaround the 1000 limit.
Cons: Requires setup and cleanup.
Same as the button, but do it as a temporary database automation triggered on creating a page.
Create temp pages until all are done. Then delete temp pages and automation.
Pro: Can workaround the 1000 limit.
Cons: Requires setup and cleanup.
Create a button that updates the relevant database, then... press it :P
Pro: Repeatable.
Cons: Won't work if more than 1000 pages match.
Create a button that updates the relevant database, then... press it :P
Pro: Repeatable.
Cons: Won't work if more than 1000 pages match.
Literally just scroll and use the built-in bulk functionality.
Pro: No setup.
Cons: Max ~1000 at a time. Tedious. Can't use formulas. Slow computer issues?
Literally just scroll and use the built-in bulk functionality.
Pro: No setup.
Cons: Max ~1000 at a time. Tedious. Can't use formulas. Slow computer issues?
(check out all these topics they have!)
Time to start building!
(check out all these topics they have!)
Time to start building!
Just look at this ecosystem, which unlike AWS all seem to work quite easily together.
That does leave me with one question...
Just look at this ecosystem, which unlike AWS all seem to work quite easily together.
That does leave me with one question...
Uses the ID property instead of Created Time for deciding which is next/previous.
This is because Created Time is only accurate to the minute. So the formulas break down when two pages are created in quick succession
Uses the ID property instead of Created Time for deciding which is next/previous.
This is because Created Time is only accurate to the minute. So the formulas break down when two pages are created in quick succession
Use-case: Someone on Reddit asked :P
Use-case: Someone on Reddit asked :P
Love little things that reduce friction.
1. Choose code task to work on.
2. Press 'Create issue'
3. Wait a few seconds
4. Click link to new Github Issue.
No need to: Open github, select repo, select new issue, type title, two way link to task in Notion.
Love little things that reduce friction.
1. Choose code task to work on.
2. Press 'Create issue'
3. Wait a few seconds
4. Click link to new Github Issue.
No need to: Open github, select repo, select new issue, type title, two way link to task in Notion.
- Task count in page icon.
- AI generated cover images.
- Auto-screenshot websites.
- And a few more!
This could get addictive ;)
- Task count in page icon.
- AI generated cover images.
- Auto-screenshot websites.
- And a few more!
This could get addictive ;)
- Allows flexible scheduling.
- Isn't time-based.
And it has a workaround for removing commas from artist names, without adding an extra action.
You can't use an array, so attempt to list 6 artists and fallback to the first if there is none.
Replace commas on each.
- Allows flexible scheduling.
- Isn't time-based.
And it has a workaround for removing commas from artist names, without adding an extra action.
You can't use an array, so attempt to list 6 artists and fallback to the first if there is none.
Replace commas on each.
Its quota is based on 30 second compute blocks, rather than steps.
So I created a long script that created pages in parallel, using Notion's API. Initially it was looking awesome.
Its quota is based on 30 second compute blocks, rather than steps.
So I created a long script that created pages in parallel, using Notion's API. Initially it was looking awesome.
The Create Database Item action doesn't support cover images and page icons, so a second action would be required. That would half the songs one could sync.
Using the Notion API action gets around this!
The Create Database Item action doesn't support cover images and page icons, so a second action would be required. That would half the songs one could sync.
Using the Notion API action gets around this!
- Saves to a single database.
- Doesn't fetch additional info, like artist images.
- Saves to a single database.
- Doesn't fetch additional info, like artist images.
- Ready-to-go template
- A Play History database
- Basic stats
- 900-ish plays synced per month
- Ready-to-go template
- A Play History database
- Basic stats
- 900-ish plays synced per month
Limited:
- Bottom of table view
- Charts
- Board view - top of column
Expensive:
- Relation + rollup/formula
I've been loving charts for this. E.g. summarizing artist info:
Limited:
- Bottom of table view
- Charts
- Board view - top of column
Expensive:
- Relation + rollup/formula
I've been loving charts for this. E.g. summarizing artist info:
Which is which? 🤔
Which is which? 🤔
*hammer and sawing noises*
Playing songs in Spotify from your songs database 💁
*hammer and sawing noises*
Playing songs in Spotify from your songs database 💁
I'm not paranoid about breaking my Notion template at all 🙈
I do love that duplicating them takes 2 clicks and a few seconds.
I'm not paranoid about breaking my Notion template at all 🙈
I do love that duplicating them takes 2 clicks and a few seconds.
When will the beta of my app be ready!??
- I didn't tell it to search Github. It guessed from the app name and searched Notion too.
- I like that it gave excuses for being late :)
- It's a little obsessive over one PR (code change) from February 🤔
When will the beta of my app be ready!??
- I didn't tell it to search Github. It guessed from the app name and searched Notion too.
- I like that it gave excuses for being late :)
- It's a little obsessive over one PR (code change) from February 🤔