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

https://github.com/kristofferstrube/blazor.formulaeditor

A basic formula editor written in Blazor.
https://github.com/kristofferstrube/blazor.formulaeditor

Last synced: 3 months ago
JSON representation

A basic formula editor written in Blazor.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/KristofferStrube/Blazor.FormulaEditor)](https://github.com/KristofferStrube/Blazor.FormulaEditor/issues)
[![GitHub forks](https://img.shields.io/github/forks/KristofferStrube/Blazor.FormulaEditor)](https://github.com/KristofferStrube/Blazor.FormulaEditor/network/members)
[![GitHub stars](https://img.shields.io/github/stars/KristofferStrube/Blazor.FormulaEditor)](https://github.com/KristofferStrube/Blazor.FormulaEditor/stargazers)
[![NuGet Downloads (official NuGet)](https://img.shields.io/nuget/dt/KristofferStrube.Blazor.FormulaEditor?label=NuGet%20Downloads)](https://www.nuget.org/packages/KristofferStrube.Blazor.FormulaEditor/)

# Blazor.FormulaEditor
A basic formula editor written in Blazor.

# Demo
The sample project can be demoed at https://kristofferstrube.github.io/Blazor.FormulaEditor/

On each page, you can find the corresponding code for the example in the top right corner.

# Related repositories
The repository has loaned some concepts from this library:
- https://github.com/KristofferStrube/Blazor.SVGEditor

# Related articles
This repository was built with inspiration and help from the following series of articles:

- [Blazor.SVGEditor: Released](https://kristoffer-strube.dk/post/blazor-svgeditor-released/)
- [Blazor WASM 404 error and fix for GitHub Pages](https://blog.elmah.io/blazor-wasm-404-error-and-fix-for-github-pages/)
- [How to fix Blazor WASM base path problems](https://blog.elmah.io/how-to-fix-blazor-wasm-base-path-problems/)