So that the Notion word count will always show on the page as one of the properties, without the need to check with the dots in the top right corner
Does any formula have this effect?
Connect
Notion Answers
Get help from Notion experts
Register & Ask
It's free & easy
Get answers
Answers, votes & comments
Vote and select answers
Receive points, vote and give the solution
Question
2 Answers
The formula to make it work in a database is possible with Properties but not text on the page.
length(prop("thePropYouWant") will give you a letter count for a Property. But if you want to count words, you can count the spaces. For example :
if(length(prop("Name")) > 0, length(replaceAll(prop("Name"), "[^ ]", "")) + 1, 0)
which uses every occurence of space
Notion Resources of the Week
Without Answer
-
- 43
- 1
- 6 days ago
-
- 39
- 1
- Mar 30
-
- 39
- 1
- Mar 30
-
- 28
- 2
- Mar 29
-
- 73
- 1
- Mar 19
-
- 67
- 2
- Mar 12
-
- 160
- 2
- Jan 21
-
- 181
- 1
- Jan 3
- see all
Recent Activities
batistesurrapa asked 6 days ago
Priorization of tasks by due time (long-terms and …polle answered Apr 5
Is it better toi create one mega workspace or to b…polle commented Apr 1
in text refer to a database fieldalexh answered Apr 1
in text refer to a database field
Latest Answers
polle answered
For me one Notion workspace with as many pages and
0polle answered
For CA A* Sums. 1- Create a Linked database (`/li
0Latest Comments
All Users New Users
...