Skip to content

KOKASGKASKGO125/XoheBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



A simple text editor that can be used for a forum or website (use for wherever you want). If you have any suggestions on what to add, write. Completely free


How install(Html)

<head>
  <link rel="stylesheet" type="text/css" href="https://gitcdn.link/cdn/xoheveras/XoheBB/main/vendor/css/XoheBBEditor.css">
  <script type="text/javascript" src="https://gitcdn.link/cdn/xoheveras/XoheBB/main/vendor/js/createEditor.js"></script>
</head>
<body>
  <div id="XoheBB"></div>
</body>

Setting(JS)

<script type="text/javascript">

	// Create Editor
	createEditor("white","black");
  
	// Setting Editor
	setSize(800, 300); // not necessary
	setRadius(5);
	setBorder("0px solid white");
	setShadow();
  
</script>

About

πŸ”¨ XoheBB - A simple text editor that can be used for a forum or website (use for wherever you want).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published