Code Monkey home page Code Monkey logo

yet-another-markdown-editor's Introduction

Android行動裝置軟體設計第 16 組期中提案--又一個 Markdown 編輯器

https://github.com/NTOUCS-Android-App-Design-1041-Team-16/Yet-Another-Markdown-Editor

組員名單

  • 林博仁
  • 沈聖景
  • 楊迪翔

製作此應用軟體的動機

什麼是 Markdown?

Markdown 是一個由純文字風格電子郵件所啟發的標記語言,具有易寫易讀的特點。

有序清單看起來……就像是有序清單

  1. 要製作的App題目
  2. 組員介紹
  3. 製作的App動機

無序清單看起來……就像是無序清單

  • 蘋果
  • 香蕉
  • 鳳梨

表格看起來……(略)

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

透過額外的擴充,Markdown 還可以

程式碼語法凸顯
#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[]){
	printf("Hello world!");
	return EXIT_SUCCESS;
}
LaTex 數學公式顯示

$$ f(x) = \int_{-\infty}^\infty \hat f(\xi),e^{2 \pi i \xi x} ,d\xi $$

由 Markdown 撰寫的文件可直接轉換為 HTML

能被輕易地轉換為 HTML

相關的 Markdown 編輯器 App

目前於 Android 平台上能夠編輯 Markdown 文件的應用程式很多:

  • markdownx
    • MarkdownX
  • Writeily
    • Writeily
  • MarkDrop.png
    • MarkDrop

但是幾乎沒有支援所有下列功能的軟體:

  • LaTex 數學式
  • 編輯、預覽介面實時同步顯示
  • Git 版本控制系統支援

↑我們的開發目標↑

本專案的智慧財產授權條款
Intellectual Property License of This Project

尚未指定財產授權條款,保留所有權利
Haven't select a intellectual property license, ALL RIGHTS RESERVED

如何對本專案做出貢獻
How to Contribute to This Project

回報問題與改善建議
Report Issues and Improvement Suggestions

發現問題或是有改善本專案的建議的話請到本專案的議題追蹤系統(issue tracker)建檔回報。
File report at this project's issue tracker if you noticed some problem or have improvement suggestions.

貢獻本專案內容
Contribute Contents to This Project

要貢獻內容的話歡迎建立您的分支版本倉庫,建立並切換至一個新的 Git 分支(branch)完成編輯後提交(commit)為一個新版本,推送(push)到您的 GitHub 遠端版本倉庫再跟我們建檔拉取請求(pull request)
Create your fork repository, create and switch to a new Git branch, do your edits and commit as a new version, push them to your remote repository on GitHub and file us a pull request!

宣傳本專案給別人
Promote!

將本專案宣傳出去,讓更多人知道有這個專案!
Promote this project so that more people recognize it!

翻譯本專案內容並進行在地化
Translate and Do Localization!

如果您熟悉其他語言,歡迎將本專案之內容翻譯為不同的語言
If you are familiar to other languages, it is welcomed to translate this project's content to other languages.

更多……?
More...?

向我們詢問更多可以貢獻的方式!
Ask us more ways you can contribute!

yet-another-markdown-editor's People

Contributors

brlin-tw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.