New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

surrey-notes-tool

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surrey-notes-tool

This tool is designed to convert markdown to self-contained HTMl files.

latest
npmnpm
Version
2.3.0
Version published
Maintainers
0
Created
Source

Surrey Notes Tool

This tool is designed to convert markdown to self-contained HTMl files .

The HTML files, along with any images, can be uploaded to a LMS (e.g., Surrey Learn).

Usage

  • Ensure you have node installed
  • From terminal, run npx surrey-notes-tool <inputFile>
  • The tool will create an HTML file in the same directory as the input file.

Uploading to the LMS

  • On a module page, in the top menu: click "Course Setup" -> "Manage Files"
  • Create a new folder for your content (e.g., "Week 1/lab-1")
  • Upload the HTML file and any images to the folder

Adding to the material

  • Navigate to "Course Materials"
  • Click on a topic section (e.g., "Lab 1") and click "Add item Content"
  • Click "more"
  • Select "course file"
  • Select the HTML file you created

TODO

  • Add a watch mode to the tool so that it automatically updates the HTML file when the markdown file is changed.
  • Add a way to add a template file to the tool so that it can be used to generate the HTML file.
  • Make it so it recursively parses all markdown files in a directory.

FAQs

Package last updated on 05 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts