add option: keep the md view when previewing #13
Keep the markdown view opened in the original window when when opening the preview
This commit is contained in:
@ -26,9 +26,6 @@ def get_preview_name(md_view):
|
||||
return name + ' - Preview'
|
||||
|
||||
def replace_img_src_base64(html, basepath):
|
||||
"""Really messy, but it works (should be updated)"""
|
||||
|
||||
|
||||
soup = BeautifulSoup(html)
|
||||
load_from_internet_starters = get_settings().get('load_from_internet_when_starts')
|
||||
for img in soup.find_all('img'):
|
||||
|
||||
Reference in New Issue
Block a user