codebar/planner

Add paragraph break or markdown support for sponsor description and direction fields

brunogirin opened this issue ยท 3 comments

Description of the issue ๐Ÿ“„

Sponsor fields like description and directions can potentially take large amounts of text as those can be complex. At present, there is no way to format the text and all carriage returns in the text are ignored. Options for improvements:

  • Transform double carriage returns into a paragraph break
  • Fully support markdown

Screenshots ๐Ÿ“ท

The text as entered in the field for directions with several options:

Screenshot 2022-06-22 154512

The same text as displayed in the sponsor page is more difficult to read:

Screenshot 2022-06-22 154442

Steps to fix ๐Ÿ› 

To do ๐Ÿ“‹

  • Claim this issue (comment below, or assign yourself if you are part of the codebar org)
  • Fork and clone the repository
  • Update the relevant files. Follow the steps to fix section in this issue.
  • Commit your changes as one commit. Use the title of this issue as your commit message
  • Submit a pull request
  • Mention this issue in the PR description by including it's number
  • Have your pull request reviewed & merged by a codebar team member

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Closing as stale.

@brunogirin for some reason I can't tag you in it but I opened a PR that addresses this issue here: #1830