Skip to content

Releases: peckjon/github-to-guru

1.9.0: Merge pull request #26 from peckjon/peckjon-footer-for-internal

04 Jun 02:54
5df9567
Compare
Choose a tag to compare

Fixes #25

This change makes it possible to add a footer to a card in an INTERNAL collection.

  • In copyCardData() the line const cardpathRegex = /CARDPATH/g; is now declared at the top of the file, making it globally accessible.
  • In processStandardCollection() the card footer is read from the GURU_CARD_FOOTER environment variable and, if it exists, will be appended to the card content. The text CARDPATH in the footer is replaced with the URI-encoded filename of the card.

Full Changelog: 1.8.1...1.9.0

note related: guru-to-github

24 Aug 02:55
085a85c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

Update to Node 16

06 Dec 19:08
2952438
Compare
Choose a tag to compare
Pre-release

Node 12 actions are deprecated, update to 16

Security Updates

07 Jun 23:59
d2d801b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.5...1.7.6

README updates

03 Nov 23:44
45d1816
Compare
Choose a tag to compare

Links and collection creation guidance fixed — thanks @rwnfoo !

GURU_WRAP_MARKDOWN: off by default

26 May 21:58
Compare
Choose a tag to compare

Markdown div wrapping as per https://app.getguru.com/card/ceE6gnEi appears to be broken on the Guru side (special characters ets are being misconverted). Disabling default wrapping (add GURU_WRAP_MARKDOWN: 1 to config to re-enable).

Preferred method is to preconvert to HTML using GURU_CONVERT_MARKDOWN: 1 instead.

Replace multiple instances of __CARDPATH__

18 May 00:26
Compare
Choose a tag to compare

Fix: only the first instance of __CARDPATH__ was being replaced

Wrap content in a Markdown Block

06 May 00:51
Compare
Choose a tag to compare

Markdown content is now wrapped in a Markdown Block, as specified in https://app.getguru.com/card/ceE6gnEi, to make the Guru-side rendering more reliable: <div class="ghq-card-content__markdown" data-ghq-card-content-type="MARKDOWN" data-ghq-card-content-markdown-content="[URLENCODED_MARKDOWN]"></div>

1.7.1

06 Apr 22:52
Compare
Choose a tag to compare

Guru automatically converts Markdown to HTML, but there are some known issues with the conversion. To preconvert Markdown files using markdown-it, set the env GURU_CONVERT_MARKDOWN to 1 in your workflow.

Enable preconversion of Markdown to HTML

06 Apr 22:38
Compare
Choose a tag to compare

Guru automatically converts Markdown to HTML, but there are some known issues with the conversion. To preconvert Markdown files using markdown-it, set the env GURU_CONVERT_MARKDOWN to true in your workflow.