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.
- Host: GitHub
- URL: https://github.com/kristofferstrube/blazor.formulaeditor
- Owner: KristofferStrube
- License: mit
- Created: 2025-01-28T14:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T15:33:38.000Z (over 1 year ago)
- Last Synced: 2025-11-23T04:03:54.798Z (7 months ago)
- Language: HTML
- Size: 12.2 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](/LICENSE)
[](https://github.com/KristofferStrube/Blazor.FormulaEditor/issues)
[](https://github.com/KristofferStrube/Blazor.FormulaEditor/network/members)
[](https://github.com/KristofferStrube/Blazor.FormulaEditor/stargazers)
[](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/)