Skip to content

Releases: hymkor/go-enex

v0.2.0

03 May 04:49
Compare
Choose a tag to compare
  • New executable unenex
    • It supports the enex files containing multi-notes
    • HTML and Markdown files are named as (NOTE-TITLE){.html OR .md}
    • Image files are put on the folder named as (NOTE-TITLE).files
    • The characters that can not used on filesystems are replaced to other characters (<, >, ", /, \, |, ?, *, :, (, ), _)
    • Abandon options -embed and -prefix. They are kept on enexToHtml
    • Executable enexToHtml is deprecated, but the source files are kept as an example of the package.
  • Fix the problem decode failed when the encoding text has spaces as prefix or postfix

  • 新しい実行ファイル unenex を用意
    • 複数ノートを保持した enex ファイルをサポート
    • HTMLやmarkdownファイルは (ノート名){.html OR .md} という名前になります
    • イメージファイルは (ノート名).files というフォルダーに配置されます
    • ファイル名に使えない文字は他の文字に置き換えられます(<, >, ", /, \, |, ?, *, :, (, ), _)
    • embed-prefix は廃止となります。それらは enexToHtml で維持されます
    • 実行ファイル enexToHtml は非推奨となりますが、ソースファイルはパッケージの使用例として残します
  • 添付ファイルのテキストエンコード表現の前後に空白がある時、デコードに失敗する問題を修正

v0.1.1

21 Aug 01:01
Compare
Choose a tag to compare
  • For #1, read the hash codes of images from <recoIndex objID="..."> not only source-url.
  • Add -v option (verbose)

  • イメージのハッシュコードを、ソースURLだけでなく、<recoIndex objID="..."> からも読み取るようにした
  • -v オプションを追加

v0.1.0

23 Mar 01:17
Compare
Choose a tag to compare

The first release