Skip to content
#

canvas-lms

Here are 116 public repositories matching this topic...

DanaDangerGrey
DanaDangerGrey commented May 29, 2018

They A11y Checker can return an issue of "Adjacent links with the same URL should be a single link." There is a checkbox you can click that will automatically merge the links. Currently, when you check this, it removes the space between the two words.
Example: "ClickHere" instead of "Click Here"

To Reproduce
Give two adjacent words the same link, but independently (link each word separat

marklalor
marklalor commented Oct 13, 2018

Currently, if we want to add command history, or any sort of cache that persists longer than a session, we would need to choose more arbitrary files / locations to put them in. Instead, let's start by making this a configurable directory.

Check for an environment variable called CLANVASHOME, if it is set, then use that value.

Otherwise / by default set this value to a .clanvas folder in

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the canvas-lms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the canvas-lms topic, visit your repo's landing page and select "manage topics."

Learn more