Skip to content

SimonWaldherr/tinyOSF.js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with shownotesArchive/tinyOSF.js:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#tinyOSF.js

##a few lines of code to convert OSF to HTML

###About

tinyOSF.js is a JavaScript parser for the OpenShownotesFormat.
You can get more informations about OSF at OSF in a Nutshell.
This OSF Parser is used in the following projects:

###HowTo

var osfShownotes = '1358966352 Sendungsbeginn #c ...';
var exportMode = 'html';
shownotes = tinyosf.Export(tinyosf.Parser(osfShownotes),osfExportModules[exportMode]);
document.getElementById('parsed').innerHTML = shownotes;

###Demo

shownotes.github.io/tinyOSF.js/

###License

MIT

###Version

0.3.9

About

a few lines of code to convert OSF to HTML

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • HTML 18.7%
  • CSS 10.4%