/goEsaExporter

esa.io export and local restructure tool by golang

Primary LanguageGo

Rewrote EsaExporter using Go.

This tool has function that export from esa.io to local.

esa.io is https://esa.io

export data and create data

  • esa.io target team all article datas.
    • json
    • markdown
  • Image files by img tag
  • Modify img tag url for local filesystem.
  • Create index file to root path of exported place.Name is index.md.

sample

goEsaExporter -mode=md -root="d:\\" -team="teamname" -token="api token"

help

goEsaExporter -h

Local file borwsing

  1. Install below extention.'Markdown viewer' https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk?hl=ja&gl=JP
  2. Set 'on' allow access to file URLs.
  3. Open index.md.It place is root path of exported place.