JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 75
  • Score
    100M100P100Q67561F
  • License

Wallapatta has a syntax similar to Markdown and uses a layout inspired by handouts of Edward R. Tufte.

Package Exports

  • wallapatta

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wallapatta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#Wallapatta

Wallapatta has a syntax similar to Markdown and uses a layout inspired by handouts of Edward R. Tufte.

##Overview

Wallapatta uses indentation to specify hierarchy of content.

###Heading1

 Introduction

 * Point one

  Description about point one

 ####Subtopic

  Subtopic content

  More subtopic content

 This belongs to Heading1

Indentation lets you do things like include content within lists. And it helps editing large documents because standard code folding can be used with Wallapatta. Also the hierarchy of content is important for printing - to identify where to break pages.

Another key feature of wallapatta is sidenotes. You can have notes as well as images in sidenotes.

We've changed some syntaxes of Markdown; for instance, << and >> are used for links instead of [](), because we felt it was a little more intuitive (resemblence with HTML tags).

##Online Editor

Use the online editor to try Wallapatta syntax.

##Documentation

Wallapatta documetnation written in wallapatta is available here: http://vpj.github.io/wallapatta/introduction.html