-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, thanks for the plugin!
I'm trying it out to check if I can make it easier for people to write some documentation (written for Sphinx in rst)..
Looks promissing!
Opening one of the rst files I get an error about the 'toctree' Sphinx directive... :
If I'm right the issue here is that this is a sphinx directive and not a docutils directive?
Which is reasonable.
So I'm coining the idea here to have some list of directives to be ignored during parsing. So the plugin should "preflight" the text and remove the directives that are on that 'blacklist'.
Not sure if this is easy to do, or there are other ways to do this? Is there something like that in docutils maybe?
In the Preview-window one could either ignore it and show nothing, OR add some small message "ignored directive" or so?
