An open API service indexing awesome lists of open source software.

https://github.com/ideal-world/formula-editor

A relatively complete formula editor.
https://github.com/ideal-world/formula-editor

editor exp expression formula formula-editor vue

Last synced: 3 months ago
JSON representation

A relatively complete formula editor.

Awesome Lists containing this project

README

          

# Formula Editor

[![NPM](https://img.shields.io/npm/v/%40idealworld%2Fformula-editor)](https://www.npmjs.com/package/@idealworld/formula-editor)
[![GitHub](https://img.shields.io/github/license/ideal-world/formula-editor)](https://github.com/ideal-world/formula-editor)
[![Last Commit](https://img.shields.io/github/last-commit/ideal-world/formula-editor)](https://github.com/ideal-world/formula-editor/commits/main)
[![Build Status](https://github.com/ideal-world/formula-editor/actions/workflows/CICD.yml/badge.svg?branch=main)](https://github.com/ideal-world/formula-editor/actions/workflows/CICD.yml)

**A relatively complete formula editor.**

## Features

- Visual design
- Relatively comprehensive error prompts
- Auto-completion prompts
- Customizable variables and synchronous/asynchronous functions
- Online debugging
- Dynamic formula execution engine

## Screenshots

**Error diagnosis**

![demo-diagnostic.png](demo-diagnostic.png)

**Online debugging**

![demo-debug.png](demo-debug.png)

**Asynchronous call**

![demo-async.png](demo-async.png)

**I18n**

![demo-i18n.png](demo-i18n.png)

## Documentation and examples

[https://ideal-world.github.io/formula-editor/](https://ideal-world.github.io/formula-editor/)