-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Watchmode does not watch .md anymore (with custom css) ? #267
Comments
I tried some situations to watch the change of both Markdown and theme CSS, but I could not reproduce failure of observation as you told in my environment (Windows + Marp CLI v0.20.0 standalone build). Probably you may have met a special case. We require more contexts to determine root cause of the issue: OS, file structures, permissions, and so on. |
Context :
I found it more easy to provide a sample video of what happens. You can find it here https://upload.univ-poitiers.fr/l5m6yj8x (it will be deleted in 5 days). I'm pretty sure this is new (version > 17 ?) |
Can confirm, same thing happening to me when using the official docker, it just stops detecting changes after some time. Writing the |
Watch mode does not update .html although an update of the css file triggers conversion, in preview mode only :
If I use :
Then the watch mod id OK for .md file... but theme falls back to default, of course.
I use the standalone binary :
If I use marp in server mode
-s
option, then watch mode works correctly even if I set --theme-set (but I'd rather not to use server mode).marp vscode plugin works like a charm.
Thank you for your work (I use marp for everyday work).
The text was updated successfully, but these errors were encountered: