Skip to content

Releases: kmlbgn/nocusaurus

v1.1.0-alpha.2

04 Jan 06:04
Compare
Choose a tag to compare
v1.1.0-alpha.2 Pre-release
Pre-release

1.1.0-alpha.2 (2024-01-04)

Features

  • docusaurus V3 + custom pages handling + Link parsing fix (192688d)

v1.1.0

22 Dec 01:49
1514bf4
Compare
Choose a tag to compare

1.1.0 (2023-12-22)

Features

v1.0.1

16 Dec 08:23
Compare
Choose a tag to compare

Test node js release config

v1.0.0

14 Dec 22:55
a03afef
Compare
Choose a tag to compare

1.0.0 (2023-12-14)

Bug Fixes

  • #21 Escape html (e.g. < becomes &lt;) (9e78a00)
  • #4 (ordering) and #19, (dashes in categories) (5c7f420)
  • #76 - Prevent image filename thrashing after Notion url change (f077368)
  • add .gif to raw imgur links (c263872)
  • ah well no printing the version yet (5933bd3)
  • Another approach at printing the current version (5fb73ce)
  • another attempt at getting at the version number (d01995a)
  • better colon handling in slug (b4a0a39)
  • better handling of callouts (BL-11548) (054f098)
  • Correct html which was causing issues downloading from Crowdin (05f65ea)
  • create the image directory if needed (7c00bca)
  • Deal with colons in page titles (2d4551e)
  • disable Bloom Book embeds for now (b6385bd)
  • embedded link regexes were too greedy (9922b1b)
  • escape colons that otherwise mess up the markdown frontmatter (295c02a)
  • Fix problem with raw links to another page (b816249)
  • get admonition label order correct (ceacb38)
  • get internal links working (bb31930)
  • getting github action error with patch-package, which we don't need (6ecbd01)
  • Handle simple numbered lists (61d47ee)
  • improve caption handling (cb19125)
  • Improve command line help (2b0893a)
  • include version.json in output (facepalm) (5eedba8)
  • Increase timeout resilience (c7a6d93)
  • keywords frontmatter should be surrounded by brackets (102df0e)
  • latex rendering (issue Latex Rendering Problem #68) (6aa7029)
  • lock down notion-to-md to before it broke (76aef7d)
  • make the two path parameters required (cad77ac)
  • Move ts-node to deps as a cosmic loader uses it at runtime. (2092c27)
  • Name Change (6dee14b)
  • patch notion-md to allow page links (869bbac)
  • process images that are nested inside of columns (c3dc8ff)
  • properly label alpha versions as alpha (7dd6fc2)
  • properly label alpha versions as alpha (cabe112)
  • remove unused patch-package (840b302)
  • retry if notionhq client times out (8a4383a)
  • set #!/usr/bin/env node (10cb011)
  • set bin for npx (e02dc89)
  • stick with hierarchical layout for now (236fc6c)
  • sublist items in columns (#70) (75500d7)
  • tables with newlines (40346d4)
  • Try for clean release (f4be98e)
  • ts-node is a runtime dependency (bdac258)
  • type expots (101621b)
  • update build script (a3ec589)
  • Update notion-to-md (52ece8d)
  • update Readme (27e5da8)
  • Update README (9bd43e0)
  • Update readme to point to @sillsdev/docu-notion (b26b697)
  • update readme to reflect change of css name (55ba105)
  • use original block values upon retry (7ab3147)
  • Use video player only for embedded videos (#60) (047bafd)
  • when no --locales is provided (74770bf)
  • Work around typing issue (#65) (47885a2)

Features

  • #30 Allow for variable-width columns and more than two columns (0ba29b6)
  • add argument to control the prefixing of image paths in markdown (e533c36)
  • Add grouping of messages in Github Actions, and lazy debug logging (973b77c)
  • Convert internal link that have a text label (09c8329)
  • convert Notion callouts w/ matching emoji to Docusaurus admonitions (1faa0db)
  • copy the latest docu-notion-styles.css to output (28645e8)
  • create human-readable slugs by default (f8bdb75)
  • Default slug to notion-page id (4fb075a)
  • For Markdown files names, use explicit slugs when available (b276f87)
  • Handle direct Notion videos (#65) (ba98b18)
  • if a page has keywords, pass that through to markdown. ([04f9913](https://github.com/kmlbgn/docu-notion-kira/comm...
Read more