def main(): title = os.path.split(editor.get_path())[1] html = editor.get_text() webview = ui.WebView(title) webview.load_html(html) webview.present()