We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The online help states: DocReference ::= URI to an element in an external document
Currently the accepted syntax of the document reference is (not quite a URI): ( folder ‘/’ )* file ‘.’ ext [ ‘#’ ID ('.' ID)* ]
The text was updated successfully, but these errors were encountered:
I ran into that as well
Actually, we could follow this recommendation to open directly some MS documents https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee559408(v=office.14)
We could open a word document, but not reach directly to a specific section
Something similar exists for PDF, this time with capability to link to a specific page or a comment (not a section number) https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
e.g. http://example.org/doc.pdf#page=1&comment=452fde0e-fd22-457c-84aa-2cf5bed5a349
Sorry, something went wrong.
reteprelief
Successfully merging a pull request may close this issue.
The online help states:
DocReference ::= URI to an element in an external document
Currently the accepted syntax of the document reference is (not quite a URI):
( folder ‘/’ )* file ‘.’ ext [ ‘#’ ID ('.' ID)* ]
The text was updated successfully, but these errors were encountered: