I had a quick look at the examples and noticed that you used
sigil_bs4 in conjunction with the gumbo parser. Does this mean that
sigil_bs4 will only work with the gumbo parser or could I import
sigil_bs4 like the vanilla version?
For example, would I only have to change:
Code:
from bs4 import BeautifulSoup
to:
Code:
from sigil_bs4 import BeautifulSoup
to make existing plugins compatible with the next Sigil version?