[GH-ISSUE #1149] Support AppFlowy Editor on the Web platform #8866

Closed
opened 2026-03-24 21:06:53 +00:00 by mirror · 7 comments
Owner

Originally created by @LucasXu0 on GitHub (Sep 24, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1149

Originally created by @LucasXu0 on GitHub (Sep 24, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1149
mirror 2026-03-24 21:06:53 +00:00
Author
Owner

@jaydeepmehta15 commented on GitHub (Oct 3, 2022):

Is it complete ?

<!-- gh-comment-id:1265209124 --> @jaydeepmehta15 commented on GitHub (Oct 3, 2022): Is it complete ?
Author
Owner

@ghost commented on GitHub (Dec 8, 2022):

?

<!-- gh-comment-id:1341782501 --> @ghost commented on GitHub (Dec 8, 2022): ?
Author
Owner

@LucasXu0 commented on GitHub (Dec 8, 2022):

@jaydeepmehta15 @304442 Yes. The appflowy_editor supports the web platform. FYI, we only verify the editor's behavior that builds with canvaskit, but not with HTML.

ScreenShot
Screenshot 2022-12-08 at 09 46 42

<!-- gh-comment-id:1341859926 --> @LucasXu0 commented on GitHub (Dec 8, 2022): @jaydeepmehta15 @304442 Yes. The appflowy_editor supports the web platform. FYI, we only verify the editor's behavior that builds with `canvaskit`, but not with `HTML`. **ScreenShot** <img width="1624" alt="Screenshot 2022-12-08 at 09 46 42" src="https://user-images.githubusercontent.com/11863087/206336484-76aa39e3-a486-473c-b6a1-01a7a08827b4.png">
Author
Owner

@ghost commented on GitHub (Dec 8, 2022):

@LucasXu0 So, installing with docker gives me the option to run appflowy web app using docker-compose for the frontend you say, right?

and if so, what should be the display variable set as?

appflowy:
container_name: appflowy
image: appflowyio/appflowy_client
networks:
- net
restart: unless-stopped
stdin_open: true
# tty: true
#devices:
#- "/dev/dri:/dev/dri" # fixes MESA-LOADER error
environment:
- DISPLAY=${DISPLAY}
- NO_AT_BRIDGE=1 # fixes dbind-WARNING
volumes:
- $HOME/.Xauthority:/root/.Xauthority:rw
- /tmp/.X11-unix:/tmp/.X11-unix
- /dev/dri:/dev/dri
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
- ./appflowy:/home/appflowy

Docker compose Log:

appflowy | (app_flowy:1): Gtk-WARNING **: 02:10:57.319: cannot open display:
root@vmi604864:~# echo $DISPLAY

<!-- gh-comment-id:1341867057 --> @ghost commented on GitHub (Dec 8, 2022): @LucasXu0 So, installing with docker gives me the option to run appflowy web app using docker-compose for the frontend you say, right? and if so, what should be the display variable set as? #### appflowy: container_name: appflowy image: appflowyio/appflowy_client networks: - net restart: unless-stopped stdin_open: true # tty: true #devices: #- "/dev/dri:/dev/dri" # fixes MESA-LOADER error environment: - DISPLAY=${DISPLAY} - NO_AT_BRIDGE=1 # fixes dbind-WARNING volumes: - $HOME/.Xauthority:/root/.Xauthority:rw - /tmp/.X11-unix:/tmp/.X11-unix - /dev/dri:/dev/dri - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket - ./appflowy:/home/appflowy #### Docker compose Log: appflowy | (app_flowy:1): Gtk-WARNING **: 02:10:57.319: cannot open display: root@vmi604864:~# echo $DISPLAY
Author
Owner

@LucasXu0 commented on GitHub (Dec 8, 2022):

@304442 What we are talking about is not the same thing. AppFlowy does not support the web platform yet, and appflowy_editor is the built-in editor component we are using in AppFlowy, which supports the web platform.

<!-- gh-comment-id:1342077494 --> @LucasXu0 commented on GitHub (Dec 8, 2022): @304442 What we are talking about is not the same thing. AppFlowy does not support the web platform yet, and [appflowy_editor](https://pub.dev/packages/appflowy_editor) is the built-in editor component we are using in AppFlowy, which supports the web platform.
Author
Owner

@arsen-z commented on GitHub (Sep 16, 2023):

@LucasXu0 Are there any plans for web platform support for AppFlowy?

<!-- gh-comment-id:1722185560 --> @arsen-z commented on GitHub (Sep 16, 2023): @LucasXu0 Are there any plans for web platform support for AppFlowy?
Author
Owner

@annieappflowy commented on GitHub (Sep 16, 2023):

Yes, @arsen-z , we're working on the web app

<!-- gh-comment-id:1722221764 --> @annieappflowy commented on GitHub (Sep 16, 2023): Yes, @arsen-z , we're working on the web app
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#8866
No description provided.