Thanks for asking! This feature isn’t supported yet, but we’re already tracking the request here: https://github.com/AppFlowy-IO/AppFlowy/issues/5018
|
|
0
|
2
|
January 27, 2025
|
Aha, thanks ❤️
|
|
0
|
3
|
January 27, 2025
|
Yeah ☺️
|
|
0
|
0
|
January 27, 2025
|
Did you use the new feature upload image as icon?
|
|
0
|
12
|
January 27, 2025
|
It's not a configuration issue, custom icons is a recent feature and is not supported on AppFlowy Web yet
|
|
0
|
7
|
January 27, 2025
|
Ok I just checked - when I published a document, edit it, then unpublish and publish again, the URL stays the same
|
|
0
|
0
|
January 26, 2025
|
Unless I modified the title of the document. Is that not the case for you?
|
|
0
|
0
|
January 26, 2025
|
I also did the same just now and the URL stayed the same. Could have been a network glitch on my end that made it not work then
|
|
0
|
0
|
January 26, 2025
|
Right now its just listening on every keypress. A normal vim like editor waits until a certain combination is pressed or until you press enter
|
|
0
|
3
|
January 26, 2025
|
Yeah I remember asking Lucas about it when I joined
|
|
0
|
0
|
January 26, 2025
|
Seems like it is very complex
|
|
0
|
0
|
January 26, 2025
|
It is unfortunately it would require messing around with the core parts of the editor itself
|
|
0
|
0
|
January 26, 2025
|
So for things like line jumping you have to change the behavior of how AppFlowy listens out for keyboard input
|
|
0
|
1
|
January 26, 2025
|
I am happy with just dd and /
|
|
0
|
0
|
January 26, 2025
|
With the hacky implementation I have AppFlowy-Editor doesnt do well with some transactions
|
|
0
|
1
|
January 26, 2025
|
By the way I would really love a Vim Mode, but Vim Mode is hard to implement 😅
|
|
0
|
36
|
January 26, 2025
|
😅 well right now am leveraging on the in-built shortcuts
|
|
0
|
0
|
January 26, 2025
|
So not fully implemented and its a bit buggy but h, j, k, l works fine
|
|
0
|
0
|
January 26, 2025
|
If this url: `https://appflowy.com/49009fd8-bdb0-4169-b6ac-b904049abc24/AppFlowy-Whiteboard-6de81f8b-2541-43af-b775-f989f0d089c6` stays the same even after un-publishing and re-publishing then I just need to link the pages to each other
|
|
0
|
2
|
January 26, 2025
|
For example in the following case
|
|
0
|
2
|
January 26, 2025
|
Where I have an index or list of pages
|
|
0
|
2
|
January 26, 2025
|
As far as I know it should stay the same, but I might be wrong, will have to confirm again
|
|
0
|
4
|
January 26, 2025
|
Well not really it was more of just wondering if I make a change does that require a manual publish unpublish kind of thing. Was thinking the page contents get updated on the go
|
|
0
|
0
|
January 26, 2025
|
I remember that, on the self hosted server, we have a bug where the app attempts to call a billing related API that doesn't exist on self hosted server, hence the self hoster can't change the publish name
|
|
0
|
5
|
January 26, 2025
|
Let me do a quick check on whether that has been resolved or not
|
|
0
|
0
|
January 26, 2025
|
But yes, no way to make this sync in real time. It's similar to, when you are editing your blog post on wordpress, the edited content won't appear directly on the page until you saved the change
|
|
0
|
5
|
January 26, 2025
|
I would guess, what you are asking for, is more similar to shareable link in Google Doc?
|
|
0
|
0
|
January 26, 2025
|
Where anyone having the link will be able to view the changes in real time
|
|
0
|
0
|
January 26, 2025
|
Actually, this publish name can be customized, at least for the official server
|
|
0
|
4
|
January 26, 2025
|
When you unpublish/publish a document, the URL remains the same
|
|
0
|
0
|
January 26, 2025
|