mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #4524] [FR] integration of a word count tool within the app #2033
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mawnir on GitHub (Jan 28, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4524
Originally assigned to: @Xazin on GitHub.
Description
Word count by document and by selection.
Impact
A word count feature can significantly improve writing efficiency by providing users with real-time feedback on the length of their text. and helps in organizing and structuring content effectively.
Additional Context
No response
@emmggi commented on GitHub (Jan 28, 2024):
Please make this togglable in the settings. Most don't need this for note taking.
@LucasXu0 commented on GitHub (Jan 28, 2024):
@mawnir Is this a desktop or a mobile feature request?
@mawnir commented on GitHub (Jan 28, 2024):
@LucasXu0 Desktop.
@Xazin commented on GitHub (Jan 28, 2024):
I believe this would be really cool, some features that can be considered together with this one:
@Xazin commented on GitHub (Feb 8, 2024):
Hey @mawnir, I've finished the initial implementation of a word/character counting service in the Editor package.
I was wondering what would fit your use-case the most, and maybe you have some insights to share.
Some ideas on the actual implementation of this in AppFlowy that came to my mind, which I thought you might be able to share your preference on was:
Would a keybind that shows the word/char count of the document (and if anything is selected, also the word and char count of the current selection) in a popup modal (See how Google Docs does this) fit your usecase?
Would you rather be able to have a small floating toast in eg. the left bottom corner of the editing area, that shows the word and character count permanently, which can be toggled on/off with a keybind or in the settings?
Or would it be enough to see just the word and character count, when pressing on the two dots in the documents top bar, similar to Notion?
Please let me know, I will take your thoughts into consideration when implementing it in AppFlowy.
@mawnir commented on GitHub (Feb 8, 2024):
Thank you so much @Xazin
1- For me
pressing on the two dots in the documents top bar, similar to Notionto get the word count is enough.2- And for the
small floating toast in eg. the left bottom corner of the editing area, Yes i like the left bottom corner and would be great if visible only when selecting text.. to keep the editing area clean.@Xazin commented on GitHub (Feb 8, 2024):
Thanks for the information, I'll implement number 1 first, and then I'll see if I can implement number 2 with a decent user experience 👍
@mawnir commented on GitHub (Apr 15, 2024):
@Xazin the feature is not working with Arabic text:

@Xazin commented on GitHub (Apr 15, 2024):
That's odd, the character count seems to work, I'll take a look 👍
@Xazin commented on GitHub (Apr 16, 2024):
Closing this again, the fix for the accents and arabic characters will be included in the next release, thanks @mawnir for reporting.