Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
forked from cpsdqs/prechoster

cohost.org post preprocessor. it’s for posting on cohost.org. cohost.org posting. with css. dangerous css posting. you can be making a post that is so cascaded. in a style sheets way. advanced posting on a website online. you can use web technologies in a web browser. to make posts. posting online right now today. lol how long can i make this descr

License

Notifications You must be signed in to change notification settings

vaynealtapascine/prechoster

 
 

Repository files navigation

prechoster

A graph-based HTML generator to make fancy chosting easier.

Overview

Documents are a directed graph of modules. Every module is JSON data associated with a plugin implementation. The plugin implementation evaluates result Data and provides it to connected modules on the graph. Modules have “sends,” which simply input data into other modules in evaluation order, and “named sends,” which are sort of like side inputs that don’t make sense as regular inputs (e.g. variable definitions).

Plugins are defined in src/plugins (indexed in src/plugins/index.tsx) and are composed of a module data interface, a UI component that edits module data, and an evaluation function.

Do not change module data interfaces in a backwards-incompatible way because people are apparently using this software sometimes!!

Building

in the repository:

npm install
npm run build # or npm run dev

Look in dist for the output.

Browser Support

Major feature gates:

  • script type module
  • dialog element

According to caniuse, this means:

  • Firefox 98
  • Safari 15.4
  • Chrome 63

About

cohost.org post preprocessor. it’s for posting on cohost.org. cohost.org posting. with css. dangerous css posting. you can be making a post that is so cascaded. in a style sheets way. advanced posting on a website online. you can use web technologies in a web browser. to make posts. posting online right now today. lol how long can i make this descr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 75.7%
  • Less 14.6%
  • CSS 7.9%
  • JavaScript 1.5%
  • HTML 0.3%