Skip to content

Js library to add code editor or snippets in your web page

License

Notifications You must be signed in to change notification settings

rahul-varma-io/rcCodeMirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcCodeMirror

CDN

<link  rel="stylesheet"  type="text/css"  href="https://cdn.jsdelivr.net/gh/ragasave/rcCodeMirror@latest/css/rcCodeMirror.css">
<script  type="text/javascript"  src="https://cdn.jsdelivr.net/gh/ragasave/rcCodeMirror@latest/js/rcCodeMirror.js"></script>

Code

<!DOCTYPE html>
<html>
<head>
  <title>rcCodeMirror</title>
  <link rel="stylesheet" type="text/css" href="css/rcCodeMirror.css">
</head>
<body>

<div id="rcCodeMirror" style="width:100%;position:fixed;margin:auto">
</div>
<script type="text/javascript" src="js/rcCodeMirror.js"></script>


</body>
</html>

Installation in rcCMS

  • go to plugin
  • click on upload plugin
  • select rcCodeMirror.zip file
  • then click install

Preview

enter image description here

About

Js library to add code editor or snippets in your web page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published