Skip to content

abril/markitup_codebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

markItUp! Universal markup editor

Adding markItUp in Codebase wiki edit.

Chrome

Install extension "Personalized Web": https://chrome.google.com/extensions/detail/plcnnpdmhobdfbponjpedobekiogmbco

Rule Name: Cosebase wikitup

Match URLs: ^https://.*.codebasehq.com/.*/wiki/.*/edit

Add JavaScript:

var head = document.getElementsByTagName('head')[0];
var el   = document.createElement("script");
el.src   = "https://github.com/abril/markitup_codebase/raw/origin/codebase.js";
head.insertBefore(el, head.firstChild);

Home: http://markitup.jaysalvat.com/

Documentation: http://markitup.jaysalvat.com/documentation/

Examples: http://markitup.jaysalvat.com/examples/

About

markItUp! Universal markup editor 1.x

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%