how to reference a page inside the data grid ?? also how to reference a local file from the grid #3619
Replies: 1 comment
-
It seems that AppFlowy's database grid feature is still evolving, and linking to external documents and local files may not yet be fully refined. Let's break down both of your needs and possible workarounds: 1. Linking to Other Documents within AppFlowyFor referencing other documents within your AppFlowy database grid:
2. Linking to Local FilesFor linking local files (e.g., The stripped colon (resulting in Workaround 1: Encode the URLTry URL-encoding the link by replacing special characters, such as:
Workaround 2: Use a ShortcutYou could create a shortcut (or symbolic link) to the local file and place it in a directory where AppFlowy might allow regular linking (like a cloud storage directory, which can be linked through Workaround 3: Explore IntegrationsIf AppFlowy eventually supports file or folder integration with services like OneDrive, Google Drive, or Dropbox, it may be easier to reference files stored in those services via Until these features are fully implemented, I recommend checking with the AppFlowy community or GitHub page for updates or workarounds specific to AppFlowy's development timeline. |
Beta Was this translation helpful? Give feedback.
-
i have a database grid , i want ot reference other documents in it so that i can go to that page by clicking that link in database grid. also i have to link local file from the databse grid so that i can open local file using that link . I tried using
file://C:/Users/Ameer/Downloads/file.wav
but what happens is , the link is opened by stripping the colun character after thefile
part. so the link cannot be opened , that is, link is opened asfile//C:/Users/Ameer/Downloads/file.wav
Beta Was this translation helpful? Give feedback.
All reactions