Skip to content

Commit a2bf434

Browse files
committed
add warning about notion formulas 2.0
1 parent 913c1b6 commit a2bf434

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
Tool for creating notion table formulas with TypeScript!
77

8+
## Warning
9+
10+
Notion has released new formulas 2.0!
11+
12+
They added variables, more property types and multi-line formulas (with tabs and comments too!)
13+
14+
[Whats changed](https://www.notion.so/help/guides/new-formulas-whats-changed)
15+
16+
[Syntax](https://www.notion.so/help/formula-syntax)
17+
18+
So I guess you don't need this tool anymore. Maybe in the future I can transform it to DSL to write formulas in any table like environment (Excel for example)
19+
820
## Motivations
921

1022
1. **Readability and maintainability**: Lengthy formulas are hard to read and maintain, leading to confusion and potential errors.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-notion-formulas",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": {
55
"name": "Ivan Polushin",
66
"url": "https://t.me/polioan"

0 commit comments

Comments
 (0)