Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display newlines for project descriptions, tag descriptions and annotation cards #46

Open
rjurney opened this issue Feb 27, 2020 · 1 comment · May be fixed by #47
Open

Display newlines for project descriptions, tag descriptions and annotation cards #46

rjurney opened this issue Feb 27, 2020 · 1 comment · May be fixed by #47

Comments

@rjurney
Copy link
Contributor

rjurney commented Feb 27, 2020

I need to display formatted content, and this requires that I have newlines for my project description, tag/label descriptions and especially the annotation cards themselves.

For example, I have a description like this:

This form is for labeling open source projects created by Amazon and its affiliates. You will look at the project url, description and a portion of the README and choose one of 4 categories that fits best.

The categories are:

1) API - this project is an API library that can only be used to access an Amazon Web Services (AWS) API
2) EDUCATION - this project is an educational project or example of how to use an Amazon Web Services (AWS) API or other Amazon product
3) GENERAL - this project is a general purpose open source project with utility for the public whether they use Amazon commercial products or not
4) DATASET - this project is a dataset published by researchers as part of their research

I have cards that look like this:

https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.

Alexa Skills Kit SDK for Node.js *[English](  | [日本語](  The ASK SDK v2 for Node.js makes it easier for you to build highly engaging skills by allowing you to spend more time on implementing features and less on writing boilerplate code. The ASK SMAPI SDK for Node.js provides developers a library for easily interacting with all Skill Management APIs (SMAPI), including interaction model, intent request history, and in-skill purchasing APIs. ## Package Versions | Package       | NPM           | | ------------- | ------------- | |[ask-sdk](  [![npm](  [![npm](  |[ask-sdk-core](  [![npm](  [![npm](  |[ask-sdk-dynamodb-persistence-adapter](  [![npm](  [![npm](  |[ask-sdk-runtime](  [![npm](  [![npm](  |[ask-sdk-s3-persistence-adapter](  [![npm](  [![npm](  |[ask-sdk-v1adapter](  [![npm](  |[ask-sdk-express-adapter](  [![npm](  |[ask-smapi-sdk](  [![npm](  [![npm](  ## Alexa Features Supported by SDK - [Amazon Pay](  - [Audio Player](  - [Display – Body templates for devices with a screen](

Without newlines I can't show all of this to users because they can't see what is the URL and what is the description and what is the README.

I have just added this feature and will submit a PR shortly :)

@rjurney
Copy link
Contributor Author

rjurney commented Feb 27, 2020

Here are images showing it works:

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant