All Projects → marknote → MarkNoteView

marknote / MarkNoteView

Licence: MIT license
No description or website provided.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to MarkNoteView

Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (+9934.78%)
Mutual labels:  markdown-editor
ember-simplemde
A wrapper around the SimpleMDE editor for use in Ember CLI projects.
Stars: ✭ 14 (-39.13%)
Mutual labels:  markdown-editor
leanote-desktop-lite
Another Leanote desktop app, based on Electron + React. Support Auto-markdown
Stars: ✭ 48 (+108.7%)
Mutual labels:  markdown-editor
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (+860.87%)
Mutual labels:  markdown-editor
Pine
A modern, native macOS markdown editor
Stars: ✭ 2,818 (+12152.17%)
Mutual labels:  markdown-editor
Flask-MDE
Markdown editor with WTForms integration for Flask
Stars: ✭ 21 (-8.7%)
Mutual labels:  markdown-editor
Kirby Visual Markdown
Visual Markdown Editor for Kirby CMS 2
Stars: ✭ 171 (+643.48%)
Mutual labels:  markdown-editor
react-split-mde
react-split-mde.vercel.app
Stars: ✭ 31 (+34.78%)
Mutual labels:  markdown-editor
rentry
Markdown pastebin from command line
Stars: ✭ 252 (+995.65%)
Mutual labels:  markdown-editor
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (+4.35%)
Mutual labels:  markdown-editor
Table Magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
Stars: ✭ 243 (+956.52%)
Mutual labels:  markdown-editor
Toonote
小兔笔记:Markdown 内置数据 跨平台 加密存储
Stars: ✭ 247 (+973.91%)
Mutual labels:  markdown-editor
ClearWriter
A silent notepad.
Stars: ✭ 25 (+8.7%)
Mutual labels:  markdown-editor
Miikun
Simple Markdown Editor using Electron.
Stars: ✭ 215 (+834.78%)
Mutual labels:  markdown-editor
noteworthy
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
Stars: ✭ 178 (+673.91%)
Mutual labels:  markdown-editor
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (+717.39%)
Mutual labels:  markdown-editor
hoodie-notes
A Markdown notebook built with React and Hoodie
Stars: ✭ 17 (-26.09%)
Mutual labels:  markdown-editor
typora-hivacruz-theme
A Typora theme forked from Cobalt to match my other color schemes.
Stars: ✭ 38 (+65.22%)
Mutual labels:  markdown-editor
vue-editor
This is a powerful and based on the 'Vue' Markdown editor.😂😂
Stars: ✭ 31 (+34.78%)
Mutual labels:  markdown-editor
xknote
📒 XK-Note | 一个集各种神奇功能的云笔记
Stars: ✭ 69 (+200%)
Mutual labels:  markdown-editor

MarkNoteView

A UITextView category to highlight MarkDown syntax.

  • Set background color for code blocks
  • Highlight html tags
  • Highlight links and image tags

A simple demo has been provided in the code

Screen

Usage

  • Put a UITextView on you UI either by InterfaceBuilder or code
  • Copy and add all files under MarkNoteView sub folder into your project
  • Include the head file in your viewcontroller
#import "UITextView+MarkNote.h"
  • When your text changes, call updateSyntax method
- (void)textViewDidChange:(UITextView *)textView{
    
    [_textView updateSyntax];
}
  • That is it!

Feel free to check the demo app

App

MarkNoteView is used in my app MarkNote

Questions and feedback

Twit me @markmarknote https://twitter.com/markmarknote

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].