-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add links to external tools [was: Add links to voyant tools] #310
Comments
IMHO an additional tab would make sense where you have some kind of sections (similar to the download tab) but not for formats but external services. In the case of voyant we would like to be able to send different subsets of the texts to the tool, e.g. only the stage directions, the spoken text, ... Other services might be:
|
Regarding the VLO Switchboard: Here is a Link that automatically loads a DraCor ressource: Super easy: Need to encode the URL and append it to |
At the last JF we talked about a possible inclusion of Gephi lite as an additional target tool. Some time ago I looked into the code, adding this here just as some pointers: remote graphs seem to be opened here: https://github.com/gephi/gephi-lite/blob/main/src/views/graphPage/modals/open/RemoteFileModal.tsx, maybe DraCor URLs would have to be injected here somewhere: https://github.com/gephi/gephi-lite/blob/main/src/views/graphPage/modals/open/RemoteFileModal.tsx#L18 or: https://github.com/gephi/gephi-lite/blob/main/src/views/graphPage/modals/open/RemoteFileModal.tsx#L46-L54 could become a dropdown that contains all DraCor gexf file urls.. |
@lehkost opend an issue in the Gephi lite repository proposing an URL parameter here: gephi/gephi-lite#175 |
In the dracor frontend there should be a "section" (maybe even a "tools tab"/"external tools/services tab") to allow users to quickly open/re-use data in available web applications like "Voyant tools".
The text was updated successfully, but these errors were encountered: