Code Monkey home page Code Monkey logo

spiritaxolotl / prechoster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cpsdqs/prechoster

0.0 0.0 0.0 935 KB

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

Home Page: https://cloudwithlightning.net/random/chostin/prechoster/

License: MIT License

JavaScript 1.35% TypeScript 71.98% CSS 11.96% HTML 0.23% Less 0.09% Nix 0.20% SCSS 14.18%

prechoster's Introduction

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

prechoster's People

Contributors

cpsdqs avatar vaynealtapascine avatar spiritaxolotl avatar the6p4c avatar jkap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.