-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/summer2024' of https://github.com/ofloveandhate…
…/markdown2canvas into feature/summer2024
- Loading branch information
Showing
17 changed files
with
312 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
How to upload a file | ||
-------------------------------------------------------------------------- | ||
|
||
|
||
|
||
The `meta.json` file | ||
==================== | ||
|
||
Filenames and titles of files are distinct on canvas: | ||
the latter is what you will see when the file is placed in a module, while the former is what is shown in the file structure. | ||
|
||
You can place a file in as many modules as you wish by specifying the modules in the `meta.json` file. | ||
The key `module` has a value which is a list of names of modules in the Canvas course. | ||
If no module with the specified name exists, a module will be created to house the file. | ||
|
||
The `destination` key specifies where in the file structure you would like the file to be placed. | ||
|
||
Note that while a file cannot be simultaneously placed in multiple file structure locations using `meta.json`, if `meta.json` is updated, | ||
the file will not automatically be deleted from any previous location unless that instance is specifically deleted. | ||
|
||
|
||
Example | ||
======= | ||
|
||
If the `meta.json` file looks like: | ||
|
||
.. code-block:: | ||
{ | ||
"type":"file", | ||
"title":"Syllabus", | ||
"filename":"F24_Math100_syllabus.pdf", | ||
"modules":["Course Information", "Week 1"], | ||
"destination": "course_info/syllabus_schedule" | ||
} | ||
then the file `F24_Math100_syllabus.pdf` will be put into two modules: `Course Information` and `Week 1`. | ||
Within these two modules, its title will appear to students as `Syllabus`. The file will be located in `course_info/syllabus_schedule`, | ||
which will be created if it did not already exist. | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
|
||
Header image credit: Jeremy Visser, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<link href="https://media.uwex.edu/app/droplets_v3/css/droplets.css" rel="stylesheet"></link> | ||
<script href="https://media.uwex.edu/app/droplets_v3/script/droplets.js" type="test/javascript"></script> | ||
|
||
|
||
<div id="uws-droplets-page"> | ||
<!-- Droplets elements and components --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
![This is a photo of Mount Ruapehu and Mount Ngauruhoe looking west from the Desert Road in Tongariro National Park (New Zealand) in January 2015.]($PATHTOMD2CANVASSTYLEFILE/Ruapehu_and_Ngauruhoe.jpg) | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.