All Projects → hishamco → MarkdownViewEngine

hishamco / MarkdownViewEngine

Licence: MIT license
Markdown View Engine for ASP.NET Core

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MarkdownViewEngine

profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-51.16%)
Mutual labels:  aspnetcore
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (+9.3%)
Mutual labels:  aspnetcore
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+6.98%)
Mutual labels:  aspnetcore
AspNetCoreUpdater
AspNetCore 应用程序热更新工具(全网第一个公开且完整的解决方案)。(Help AspNetCore application implement hot update tool.)
Stars: ✭ 77 (+79.07%)
Mutual labels:  aspnetcore
Reddnet
🎭 Minimal Reddit clone
Stars: ✭ 125 (+190.7%)
Mutual labels:  aspnetcore
AspNetCoreServiceBus
ASP.NET Core with Azure Service Bus
Stars: ✭ 95 (+120.93%)
Mutual labels:  aspnetcore
pokeR
Planning poker with SignalR
Stars: ✭ 37 (-13.95%)
Mutual labels:  aspnetcore
DNTScheduler.Core
DNTScheduler.Core is a lightweight ASP.NET Core's background tasks runner and scheduler
Stars: ✭ 44 (+2.33%)
Mutual labels:  aspnetcore
Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (-13.95%)
Mutual labels:  aspnetcore
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-11.63%)
Mutual labels:  aspnetcore
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-69.77%)
Mutual labels:  aspnetcore
ASP.NET-Core-Web-API-Best-Practices-Guide
ASP.NET Core Web API Best Practices Guide
Stars: ✭ 62 (+44.19%)
Mutual labels:  aspnetcore
BlazoredLocalStorage
This library has been moved to the Blazored org
Stars: ✭ 26 (-39.53%)
Mutual labels:  aspnetcore
Minio.AspNetCore
AspNetCore integration for Minio client
Stars: ✭ 77 (+79.07%)
Mutual labels:  aspnetcore
Analytics
Wangkanai Analytics is a .NET Core library extension that tracks and generates details statistics about visitors to your website.
Stars: ✭ 19 (-55.81%)
Mutual labels:  aspnetcore
servicestack-nuxt-example
A simple example of using nuxt for front-end development and ServiceStack for backend development
Stars: ✭ 48 (+11.63%)
Mutual labels:  aspnetcore
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-58.14%)
Mutual labels:  aspnetcore
angular-auth-oidc-sample-google-openid
Angular oidc client with google Identity OpenID
Stars: ✭ 23 (-46.51%)
Mutual labels:  aspnetcore
Enchilada
Enchilada is a filesystem abstraction layer written in C#
Stars: ✭ 29 (-32.56%)
Mutual labels:  aspnetcore
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+74.42%)
Mutual labels:  aspnetcore

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:

  • Support layout pages aka master pages
  • Add _ViewStart.md to set the layout for all the markdown views
  • Ability to use mustache template
  • Using some directive such as @model with different flavour
  • Share data bewteen the layouts & view
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].