Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hishamco/markdownviewengine
Markdown View Engine for ASP.NET Core
https://github.com/hishamco/markdownviewengine
aspnetcore markdown viewengine
Last synced: 22 days ago
JSON representation
Markdown View Engine for ASP.NET Core
- Host: GitHub
- URL: https://github.com/hishamco/markdownviewengine
- Owner: hishamco
- License: mit
- Created: 2016-12-30T04:51:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T05:54:17.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:23:58.274Z (about 1 month ago)
- Topics: aspnetcore, markdown, viewengine
- Language: C#
- Homepage: http://hishambinateya.com/introducing-a-new-markdown-view-engine-for-asp.net-core
- Size: 67.4 KB
- Stars: 43
- Watchers: 10
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Markdown View Engine
**Disclaimer:** This is not a replacement of MVC Razor View Engine### What is this?
This is just a prototype for building a new view engine for MVC in ASP.NET Core that uses Markdown `.md` instead of `.cshtml`.### Can I use it in Production?
Short answer is **Not Yet**, because the project is still prototype, and it's under development, all of you 're welcome to contribute to the source code.### What are the plans for this project?
The project is still in the early stages, but I have some point to share:
- [x] Support layout pages aka master pages
- [x] Add `_ViewStart.md` to set the layout for all the markdown views
- [x] Ability to use mustache template
- [x] Using some directive such as `@model` with different flavour
- [ ] Share data bewteen the layouts & view