Skip to content

SimplePersonalSite/PluginInBrowserEdits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PluginInBrowserEdits

This plugin is for use with SimplePersonalSiteJavaServer. It allows you to make edits in your browser instead of in a separate editor.

How To use it

  1. follow directions to setup a SimplePersonalSiteJavaServer.
  2. symlink PluginInBrowserEdits.css and PluginInBrowserEdits.js from this repo to the plugins directory of your site
  3. include PluginInBrowserEdits.js as a script in index.html below SimplePersonalSite.js
  • <script src='plugins/PluginInBrowserEdits.js'></script>
  1. Tell the app to initialize the plugin by passing PluginInBrowserEdits.plugin to app.run() in index.html
  • if you only have one plugin, this looks like:
  • app.run([PluginInBrowserEdits.plugin])
  • if you need to change the default port (8000), Change the value PluginInBrowserEdits.port after importing PluginInBrowserEdits to your index.html but before executing the plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published