When moving a file, prefix page$ is lost and shows an error
See original GitHub issueHi! Thanks for working on the refactoring for moving files, this is an awesome feature and works great for xrefs. However for include:: it is still (0.37.19) creating incorrect Antora syntax, losing the page$.
Example:
include::docs:page$AAA/file.adoc[]
when moved it produces
include::docs:BBB/file.adoc[]
instead of
include::docs:page$BBB/file.adoc[]
_Originally posted by @LukeCz in https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/981#issuecomment-1136953674_
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error message when you open or save a file in Microsoft Excel
This error message occurs when you save or open a file if the path to the file (including the file name) exceeds 218...
Read more >Fix Unspecified Error When Copying File or Folder ... - EaseUS
How to Fix 'Error Copying File or Folder' Issue Without Losing Data · Method 1. Format the Target Partition/Disk to NTFS or exFAT...
Read more >Error 404: 4 Ways to Fix It - Hostinger
Error 404 is a response code, meaning the server could not locate the requested content. Check this article to learn 4 steps to...
Read more >Resolve errors uploading data to or downloading data from ...
To load data as a text file from Amazon Aurora into Amazon S3, ... Command: missing file/prefix/manifest keyword; Error code: 1045.
Read more >Troubleshoot Google Docs, Sheets, Slides & Forms error ...
You can also try to open the same file in another device. If you can open the same document on a different computer,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @LukeCz - thanks for reporting this. Could you please provide a minimal example for this, either as a ZIP file or as a GitHub repository?
I’m wondering where this include is written, is it part of a partial, or a page? An example would clarify that. Thanks!
The pre-release 0.37.22 is now available that includes the fix.
The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.