Possible to have live preview of material included with the include directive? #1263
Unanswered
matthewfeickert
asked this question in
Q&A
Replies: 1 comment 3 replies
-
We do keep track of the dependencies, so this should be working as you describe. In my test just now, this line is shown on saving the included file
However, the build process is only triggered if the included documents are in a folder that is being watched by myst, this generally means they are in/underneath the folder containing the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
myst start
allows for live preview of the build of your document on save. This works when the changes are made to the main document (e.g.main.md
) but if source files are included using the include directive (c.f. #1237) changes to them do not cause for a rebuild of the document. Instead, one will need to cause additional changes to the main document to then have the entire document rerendered.When using
myst start
, is there a way to have source documents that are included through an include directive be watched for live rebuild? If so, how do you indicate this?Beta Was this translation helpful? Give feedback.
All reactions