Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A zero-install, server-less implementation of remarks

License

NotificationsYou must be signed in to change notification settings

oleks/html-remarks

Repository files navigation

License: BSD 3-Clause

This is a zero-install, HTML-resident implementation ofremarks.remarks was originally a DSL,but it proves a hassle to have people install software on their systems.

Design

  • Zero install for all: Both teachers and students should be able to open aremarks file in their browser.
  • Save-and-resume: Manipulate the DOM rather than the JavaScript run-time. Thisenables saving the file once changes have been made to the document.
  • Mobile-first for students: When a remarks file is finalized for student view,this student view should be friendly for view on handheld devices (tablet, ormobile).

TypeScript Style Guide

  • Don't usevar for non-variables, uselet.
  • Don't usedocument.createElement without a wrapper function that henceasserts a type for the created element.
  • Always use===.
  • Always specify the return type of a function (especially, if it isvoid).

[8]ページ先頭

©2009-2025 Movatter.jp