All Projects → khalby786 → MarkMe

khalby786 / MarkMe

Licence: other
WIP - A simple, lightweight and beautiful Markdown editor and viewer.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to MarkMe

vue-highlight-text
🔦 Vue component for highlight multiple instances of a word
Stars: ✭ 55 (+111.54%)
Mutual labels:  highlight
pdf-annotation-service
Client and service for embedding highlights into PDF documents
Stars: ✭ 32 (+23.08%)
Mutual labels:  highlight
prism-pretty
A Chrome Extension to format/highlight/preview HTML/JS/CSS/Markdown code with Prism.js
Stars: ✭ 91 (+250%)
Mutual labels:  highlight
nim.nvim
Nim plugin for NeoVim
Stars: ✭ 159 (+511.54%)
Mutual labels:  highlight
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (+273.08%)
Mutual labels:  highlight
JSONPreview
🎨 A view that previews JSON in highlighted form, it also provides the ability to format and collapse nodes.
Stars: ✭ 21 (-19.23%)
Mutual labels:  highlight
go-highlight
A Go (Golang) code syntax highlighting library.
Stars: ✭ 20 (-23.08%)
Mutual labels:  highlight
QLColorCode
QuickLook plugin for source code with syntax highlighting.
Stars: ✭ 589 (+2165.38%)
Mutual labels:  highlight
errata
Source code error pretty printing
Stars: ✭ 41 (+57.69%)
Mutual labels:  highlight
web-marker
a web page highlighter - Please star if you like this project
Stars: ✭ 51 (+96.15%)
Mutual labels:  highlight
svelte-typeahead
Accessible, fuzzy search typeahead component
Stars: ✭ 141 (+442.31%)
Mutual labels:  highlight
CodeEditorView
Code Editor UITextView
Stars: ✭ 20 (-23.08%)
Mutual labels:  highlight
enhanced-slack
🌴 PoC Slack enhancer/injector
Stars: ✭ 48 (+84.62%)
Mutual labels:  highlight
SNIndexedScroller
Custom indexed scroller
Stars: ✭ 29 (+11.54%)
Mutual labels:  html-viewer
hl-fill-column
Highlight fill column for emacs.
Stars: ✭ 16 (-38.46%)
Mutual labels:  highlight
Studyit-club
​💔 ​针对校社团开发的一套IT俱乐部官网 -> http://sunhang.gz01.bdysite.com/
Stars: ✭ 17 (-34.62%)
Mutual labels:  highlight
Spotlight
Introductory walkthrough framework for iOS Apps
Stars: ✭ 45 (+73.08%)
Mutual labels:  highlight
MultiLamp
Android library to showcase/highlight the multiple views on same overlay
Stars: ✭ 235 (+803.85%)
Mutual labels:  highlight
texthighlighter
a no dependency typescript npm package for highlighting user selected text
Stars: ✭ 17 (-34.62%)
Mutual labels:  highlight
chalk
🖍️🎨Composable and simple terminal highlighting package for OCaml.
Stars: ✭ 29 (+11.54%)
Mutual labels:  highlight

MarkMe!

Almost a year ago, I made MarkMe!. One of my first projects as someone who was new to coding and web development. The project holds a special place in my heart, especially because of the color scheme, the somewhat cool-looking UI and how well it was recieved by the people of the Glitch forum - a place where I used to spend a lot of time on the web. It was initially me trying to recreate Liyas Thomas' marcdown from scratch without looking at marcdown's code, but then I actually started spending time on this "recreated version of marcdown". It's a simple PWA, and although it was initially written with pure JavaScript, I rewrote it in basic Vue after I had learnt the basics of Vue on frontendmasters.com.

Time flies, and after a while, I felt really discontended with MarkMe!'s functionalities and what it was made with. I noticed that some features I had then implemented didn't work as expected and the UI did not go well with my current design style. That's when I decided to rewrite this project from scratch with Nuxt and this time, I wanted to make sure everything works and had a user-friendly experience, based on user feedback and use cases.

Some people told me that I shouldn't waste my time redoing this project, and instead I should focus on building new and innovative projects. While I agree with you, I also think that this is a great opportunity for me to learn more about Nuxt, front-end authentication using Firebase and building accessible & better UIs. I think

This project is a work in progress, and I'll be building this during my spare time.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

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