Skip to content

Move Keep Notes to Pervane

haku edited this page May 25, 2020 · 2 revisions

I have recently done that and it's actually pretty easy.

  • Use pandoc to convert your html notes into markdown
sudo apt install pandoc

pandoc -f html -t markdown_github-raw_html input.html -o output.md
  • And show your converted markdown files' location to pervane:
pervane --dir=/foo/bar/my_keep_notes_folder
Clone this wiki locally