-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Integration with the Cite extension #55
Comments
That is going to be difficult since we don't have access to the content during the parse process and after being parsed it is hidden from other content using a strip marker, so off the top of my head I have no idea how to get fetch the loose text component.
I don't have access to that information therefore cannot adjust any numbering on that part. Insides are welcome! |
I was afraid of this answer which does not really come as a surprise. So the best approach will be to migrate page by page.
I would have provided them right away but apart form what you have outlined I have no further information. |
> Insides are welcome!
Apparently there is something like:
```
$wgCiteCacheRawReferencesOnParse = true;
$wgCiteStoreReferencesData = true;
```
With those enabled, one is able to fetch the content via
`$parserOutput->getExtensionData( \Cite::EXT_DATA_KEY );` from the
ParserOutput.
Whether this can be used, and or integrated is a different question.
…On 10/2/17, Karsten Hoffmeyer ***@***.***> wrote:
I was afraid of this answer which does not really come as a surprise. So the
best approach will be to migrate page by page.
> Insides are welcome!
I would have provided them right away but apart form what you have outlined
I have no further information.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#55 (comment)
|
Another idea I had in the meantime is that Semantic Cite could perhaps add its references by generating a |
This is to ask whether it is possible and feasible to have some kind of integration with the Cite extension. Both extensions can exist next to each other on one wiki instance but currently users are facing an either-or-situation on the page level since:
This makes a parallel usage or at least parallel usage during the transition from Cite to Semantic Cite a bit more difficult.
The text was updated successfully, but these errors were encountered: