mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #2942] [FR] Work on multiple workspaces at a time using tabs #1289
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#1289
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 @emmggi on GitHub (Jul 5, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2942
Originally assigned to: @Xazin on GitHub.
Description
Searched through the issues if someone suggested but didn't find any.
I propose a way to have multiple workspaces open at once (as tabs) so that they can be all edited without going through the note list every time to find other documents.
Obsidian has this for instance.
Impact
Everyone who may edit several different documents/workspaces at a time.
Additional Context
I suggest these tabs be in the appbar below the title. When there's only one document open it should be hidden.
Opening a workspace with a double-click opens it in a new tab, while a single-click will open it in place ie open it in the tab that is currently open.
@annieappflowy commented on GitHub (Jul 7, 2023):
Is this what you mean?

@Xazin commented on GitHub (Jul 7, 2023):
I actually have something done on my local for this. I could most likely finish it up within a couple of days.
I just checked the progress, there are a few things that I still need to work on, but you can see a small sample here.
https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/5aa4c5ab-2f3c-4792-ad66-e8f44ecd1c6b
@annieappflowy commented on GitHub (Jul 7, 2023):
Wow, that's cool!
FYI, I had a master issue about page organizations: https://github.com/AppFlowy-IO/AppFlowy/issues/2312
@emmggi commented on GitHub (Jul 7, 2023):
@annieappflowy yes, I mean this what @Xazin showed, only it would make more sense for it to be below the title in my opinion.
@Xazin commented on GitHub (Jul 7, 2023):
Below the title? I don't think that would look well and be a good UX to be honest.
I can't find any other application or design where tabs would be below in hierarchy to something that is related to the tab itself.
I am interested if you can tell me more, and maybe if you know of some similar existing solutions?
@emmggi commented on GitHub (Jul 7, 2023):
@Xazin In that way you are right, but, visually, because you have a divider (or is it underline) in that widget it would make more sense to have it separate appbar from the rest of the body. Or best, remove the border to make it blend in.
@Xazin commented on GitHub (Jul 7, 2023):
Ah, okay. What you are seeing in my recording is basically a mock of the functionality, the UI wasn't touched.
I will open a PR next week and include a recording with the end result, it will look cleaner, guaranteed.
@emmggi commented on GitHub (Jul 8, 2023):
Thank you.
@Xazin commented on GitHub (Jul 10, 2023):
@emmggi See #2962
@emmggi commented on GitHub (Jul 10, 2023):
@Xazin This looks great. Thank you.
Is there a possibility to add this behavior as well that I mentioned in my original message?
This would make it much easier to open in new tabs than use the menu.
@Xazin commented on GitHub (Jul 10, 2023):
Would middle mouse button work for you instead of double click?
@emmggi commented on GitHub (Jul 10, 2023):
Sure.