Logs for #nikola for 2021-04-29

10:10:18 <vsajip> I have created a plugin module with multiple classes (ShortCodePlugin, Command descendants) but the Command isn't being picked up by nikola help or nikola <cmdname>. Does each command have to be in its own plugin? :-(
16:32:24 <KwBot> [nikola] Kwpolska closed pull request #3541 (getnikola:fix-3535-wordpress-blank-field): Fix #3535 — correctly handle blank values in WordPress export meta fields https://github.com/getnikola/nikola/pull/3541
16:32:26 <KwBot> [nikola] Kwpolska closed issue #3535: Wordpress import: could not convert string to float https://github.com/getnikola/nikola/issues/3535
21:07:50 <ChrisWarrick> !tell vsajip In general, you can’t mix plugin types. Workarounds might be sometimes possible, but they might break due to selective plugin activation.
21:07:50 <KwBot> ChrisWarrick: acknowledged.