All Projects → wbrawner → Simplemarkdown

wbrawner / Simplemarkdown

Licence: apache-2.0
SimpleMarkdown is an Android app for editing Markdown!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Simplemarkdown

Django Pagedown
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Stars: ✭ 500 (+920.41%)
Mutual labels:  markdown-editor
Bytemd
A hackable Markdown editor component built with Svelte
Stars: ✭ 656 (+1238.78%)
Mutual labels:  markdown-editor
Growi
⚓️ GROWI - Team collaboration software using markdown
Stars: ✭ 859 (+1653.06%)
Mutual labels:  markdown-editor
Markcook
A smart and beautiful markdown editor.
Stars: ✭ 547 (+1016.33%)
Mutual labels:  markdown-editor
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (+1214.29%)
Mutual labels:  markdown-editor
Stackedit.js
Add StackEdit to any website
Stars: ✭ 724 (+1377.55%)
Mutual labels:  markdown-editor
Takenote
TakeNote is a note-taking app for the web. You can use the demo app at takenote.dev. It is a static site without a database and does not sync your notes to the cloud. The notes are persisted temporarily in local storage, but you can download all notes in markdown format as a zip.
Stars: ✭ 5,180 (+10471.43%)
Mutual labels:  markdown-editor
Blankup Electron
Markdown editor with clarity +1, as a desktop application.
Stars: ✭ 37 (-24.49%)
Mutual labels:  markdown-editor
Octodown
Github markdown previewing straight from your shell.
Stars: ✭ 668 (+1263.27%)
Mutual labels:  markdown-editor
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-46.94%)
Mutual labels:  markdown-editor
Markdown Playgrounds
A Markdown Editor that can execute Swift code
Stars: ✭ 553 (+1028.57%)
Mutual labels:  markdown-editor
Markdown Mode
Emacs Markdown Mode
Stars: ✭ 634 (+1193.88%)
Mutual labels:  markdown-editor
Novelwriter
novelWriter is an open source markdown-like plain text editor designed for writing and organising novels. Written with Python 3 (3.6+) and Qt 5 (5.3+) for cross-platform deployment.
Stars: ✭ 739 (+1408.16%)
Mutual labels:  markdown-editor
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+967.35%)
Mutual labels:  markdown-editor
Monod
📓 Our cool, secure, and offline-first Markdown editor.
Stars: ✭ 880 (+1695.92%)
Mutual labels:  markdown-editor
Wiz.editor.md
一个基于 Editor.md 构建的为知笔记 Markdown 插件
Stars: ✭ 498 (+916.33%)
Mutual labels:  markdown-editor
Marknote
📑MarkNote: An open sourced markdown note-taking application for Android, support many features for markdown notes, mathjax, table, list etc.
Stars: ✭ 717 (+1363.27%)
Mutual labels:  markdown-editor
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-2.04%)
Mutual labels:  markdown-editor
Firenote
Online Markdown Notebook - Firebase backend
Stars: ✭ 29 (-40.82%)
Mutual labels:  markdown-editor
Idea Multimarkdown
Markdown language support for IntelliJ IDEA.
Stars: ✭ 789 (+1510.2%)
Mutual labels:  markdown-editor

Simple Markdown

pipeline status

Simple Markdown is simply a Markdown editor :) I wrote it to offer up an open source alternative to the other Markdown editors available on the Play Store. I also wanted to get some practice in creating Android apps and have a little something to put into my portfolio.

Roadmap

  • [x] Auto-save
  • [x] Night mode
  • [x] Save to cloud (Dropbox, Google Drive, OneDrive)
  • [x] Custom CSS for Markdown preview
  • [ ] Better insert for tables/images/links
  • [ ] Quick-insert toolbar for common Markdown syntax characters
  • [ ] Auto-scroll preview to match edit view in landscape mode
  • [ ] Disable live preview in landscape mode
  • [ ] Disable preview tab for better performance in large files

Building

Using Android Studio is the preferred way to build the project. To build from the command line, you can run

./gradlew assembleDebug

Crashlytics

SimpleMarkdown makes use of Firebase Crashlytics for error reporting. You'll need to follow the Get started with Firebase Crashlytics guide in order to build the project.

Contributing

I'd love any contributions, particularly in improving the existing code. Please just fork the repository, make your changes, squash your commits, and submit a pull request :)

License

   Copyright 2017-2019 William Brawner

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Libraries

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