Skip to content

Fork of the template for developing plugins for Acode editor, for my personal educational purposes.

License

replica47/Acode-Plugin-Educational-Fork

 
 

Repository files navigation

Acode Plugin Template (forked)

Note: I own no rights to the source code forked. This is a fork meant for my own educational purposes. I am learning how to build a working plugin for the Acode text editor.


Please visit the original page here, or visit the Acode Foundation home page to find the source code and other interesting Acode related code/projects.


This part of the readme file is from the original author.

Acode plugin

Read acode plugin documentation to develop plugin for acode editor.

Usage

Use this for debug build:

npm run dev

and this for production build:

npm run build

How to parse/bundle scss file ?

You'll need to install one sass esbuild plugin and then just add that in esbuild.config.mjs at line 34


Original Authors

About

Fork of the template for developing plugins for Acode editor, for my personal educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%