Wrote this simple (messy) python script to convert Evernote html into markdown files. Using the new .md files on https://obsidian.md
from bs4 import BeautifulSoup
from mdutils import MdUtils
import globWrote this simple (messy) python script to convert Evernote html into markdown files. Using the new .md files on https://obsidian.md
from bs4 import BeautifulSoup
from mdutils import MdUtils
import glob| FROM ruby:2.4-alpine3.7 | |
| # Install dependencies: | |
| # - build-base: To ensure certain gems can be compiled | |
| # - nodejs: Compile assets | |
| # - postgresql-dev postgresql-client: Communicate with postgres through the postgres gem | |
| # - libxslt-dev libxml2-dev: Nokogiri native dependencies | |
| # - imagemagick: for image processing | |
| RUN apk --update add build-base nodejs tzdata postgresql-dev postgresql-client libxslt-dev libxml2-dev imagemagick |