I’m trying to create an excalidraw drawing (using /draw) in which different logseq pages are mentioned. Is it possible to have text fields in a drawing be clickable and open a different logseq page? Imagine just writing [[2024-10-19]] in a text field, and clicking on it would just open that journal page (either in a new tab, or in the main window).
To my knowledge it is not possible with a context page selector, but you may be able to achieve something similar by using links within your drawing and logseq’s URL scheme. At least it worked for me. It is not practical, but if it is a drawing that does not change very often, it may be sufficient.
To reproduce it:
Go to the page you want to link to and copy its url with the Copy URL button in the context menu
example logseq://graph/logseq_testing?page=Test
Enter some text with your drawing (for instance [[Test]])
Right-click on the text, select Link and paste your url.