Skip to content

Releases: viktomas/logseq-export

v0.1.4

03 May 18:55
Compare
Choose a tag to compare

Changelog

  • 67e5a8e feat: support private sections on public pages
  • df6dd00 fix: logseq accepts attributes with leading spaces, we have to trim them

v0.1.3

05 Aug 08:04
Compare
Choose a tag to compare

Changelog

  • a48b7ef fix: multiline blocks incorrectly indented

v0.1.2

04 Aug 19:33
Compare
Choose a tag to compare

Changelog

  • a9bc58e chore: remove hugo build lock
  • f701a62 feat: tags will get enclosed with []

v0.1.1

04 Aug 08:13
6db04a9
Compare
Choose a tag to compare

Changelog

  • 6db04a9 feat: add example project (#8)
  • 03e5782 fix: make the import_to_hugo.sh script work on linux

v0.1.0

31 Jul 19:34
Compare
Choose a tag to compare

Changelog

  • 6ec25dd chore: add todo about line endings
  • e286fa3 ci: release tags
  • 09dcd2d feat: configuration is partially read from yaml config
  • 6cc0c21 feat: rewrite to export into universal folder + support linking

v0.0.3

08 Oct 09:37
Compare
Choose a tag to compare

Changelog

  • 7b6fc65 feat: support image page attribute - copy the image asset
  • 1110516 feat: use filename as title if title attribute is missing
  • 5a7db3d refactor: make export options into a struct
  • cf3bef4 refactor: using afero for all FS access

v0.0.2

27 Sep 13:19
Compare
Choose a tag to compare

Changelog

  • 47acecf feat: export images (#3)
  • 35ca240 feat: ignore .git and logseq root folders
  • 08145e8 refactor: rename the tool to logseq-export

v0.0.1

25 Sep 15:12
Compare
Choose a tag to compare

Changelog

  • 295c41b "post" or "book" type - focus on posts
  • 5ef5175 add MIT license
  • 96fbcbc add render function
  • bc6750a ci: add test and release actions
  • 41a2eb3 ci: set release go version to 1.19
  • 4380b08 create export folder
  • 5c00c2b feat: copy logseq files to the export folder
  • 9172a56 feat: find substring in files
  • a274e60 feat: folder path is always using forward slash
  • 9773758 feat: front matter keys are sorted alphabetically
  • 8e03172 feat: parsing page properties
  • 48ab64c handing bullet points in the page text
  • 8211a3f introducing transform method
  • dfd2a1a posts are in content folder
  • 1fc9c5f quoting and unquoting attributes
  • 255bc55 read file to string and then write that string to a new file
  • 1459033 testing transforming page
  • 005ede0 unindenting code blocks and multiline strings
  • 78ea42c unquotedProperties cli param
  • 8206ada update todos
  • 057a2f4 write directly to blog folder, full path specified in page properties