-
Notifications
You must be signed in to change notification settings - Fork 3
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
ENTITY plug-in: Flawed URLs are being assigned on linking #342
Comments
that is most probably an issue of the word plugin. @skurzinz where is the repo of the plugin again? |
might also have been fixed, as it seems to be a problem with older db entities, not newly created ones. |
das vielleicht? https://mrp.oeaw.ac.at/entities/entity.html but careful: I am asking myself wether this might have been on purpose, as he recently wrote:
|
https://github.com/skurzinz/officeEntityPlugin
@sviatoplok please check if Word is really inserting the "flawed" url or if it just displays it in the plugin.
Am 13.07.2022 10:27 schrieb Matthias Schlögl ***@***.***>:
that is most probably an issue of the word plugin. @skurzinz<https://github.com/skurzinz> where is the repo of the plugin again?
—
Reply to this email directly, view it on GitHub<#342 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5U6VIKYH23AKL3GIIUMWDVTZ4WZANCNFSM53N2SDZA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
That is a possible cause, yes. Earlier the apis id's were not automatically added to entities as urls, perhaps the plug-in returns such urls if no url is set.
I can automatically correct the links later in the pipeline.
Am 13.07.2022 11:20 schrieb sviatoplok ***@***.***>:
might also have been fixed, as it seems to be a problem with older db entities, not newly created ones
—
Reply to this email directly, view it on GitHub<#342 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5U6VIWIFHCKIEU4XUA673VT2C5RANCNFSM53N2SDZA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
The URL is in the Word file and it does not work from there. Which is why I correct those URLs. |
If the correct id is in the url and the flawed URLs are consistant I can bulk postfix that in the docx2tei xsls somewhere.
Option 2 seems to be to auto add the id's to the entities where there's none present in MPR that looks like https://mpr.acdh.oeaw.ac.at/entity/1234.
Am 13.07.2022 15:46 schrieb sviatoplok ***@***.***>:
https://github.com/skurzinz/officeEntityPlugin @sviatoplok<https://github.com/sviatoplok> please check if Word is really inserting the "flawed" url or if it just displays it in the plugin.
The URL is in the Word file and it does not work from there. Which is why I correct those URLs.
—
Reply to this email directly, view it on GitHub<#342 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5U6VO5J64ETJKHGDHDCX3VT3CFDANCNFSM53N2SDZA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I will bulk edit these uris, combined with the resolvement of #337 , this should resolve this issue |
When linking a string in Word with a database entry using the ENTITY plug-in, a flawed URL is being inserted, such as for instance:
http://https//mpr.acdh.oeaw.ac.at/objects/id//apis/api2/entity/3134/
This bug seems to be systematic and should originate from when the entry has been created in the first place.
The text was updated successfully, but these errors were encountered: