All Projects → brothersincode → minimalist

brothersincode / minimalist

Licence: MIT license
ویرایشگر مارک‌داون برای متون فارسی

Projects that are alternatives of or similar to minimalist

Begiresh
Smart Android App Banner for Persian Markets
Stars: ✭ 28 (+64.71%)
Mutual labels:  persian
metro
Speed Trainer Metronome
Stars: ✭ 26 (+52.94%)
Mutual labels:  online
PersianSubtitleFixer
Fix Arabic and Persian subtitles by converting them into UTF-8
Stars: ✭ 25 (+47.06%)
Mutual labels:  persian
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (+135.29%)
Mutual labels:  online
wp-parsidate
Integrates the Solar Hijri (Persian) calendar in WordPress
Stars: ✭ 36 (+111.76%)
Mutual labels:  persian
hustoj
Popular Open Source Online Judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training, with easy installation. 开源OJ系统
Stars: ✭ 2,773 (+16211.76%)
Mutual labels:  online
Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (+5.88%)
Mutual labels:  online
aspdotnet-core-fundamentals
Persian notes for ASP.NET Core Fundamentals course (Pluralsight)
Stars: ✭ 25 (+47.06%)
Mutual labels:  persian
mds-angular-datetime-picker-package
Angular 2+ And Bootstrap 4+ DateTimePicker
Stars: ✭ 18 (+5.88%)
Mutual labels:  persian
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (+282.35%)
Mutual labels:  persian
finglish
A Finglish to Persian converter.
Stars: ✭ 60 (+252.94%)
Mutual labels:  persian
judge
Online Judge System of Zhejiang Normal University
Stars: ✭ 17 (+0%)
Mutual labels:  online
Saaghar
“Saaghar” (ساغر) is a Persian poetry software written by C++ under Qt framework, it uses "ganjoor" database as its database. It has tab feature in both its “Viewer” and its “Search” page that cause it be suitable for research goals.
Stars: ✭ 42 (+147.06%)
Mutual labels:  persian
go-jalaali
Go implementation for converting Jalaali and Gregorian calendar systems to each other.
Stars: ✭ 35 (+105.88%)
Mutual labels:  persian
shamsi date
A Flutter and Dart package for using Jalali (Shamsi, Solar, Persian or Jalaali) calendar. You can convert, format and manipulate Jalali and Gregorian (Miladi) date and times.
Stars: ✭ 59 (+247.06%)
Mutual labels:  persian
online-ethereum-abi-encoder-decoder
A quick online tool to abi-encode and abi-decode constructor arguments used in ethereum's solidity. https://adibas03.github.io/online-ethereum-abi-encoder-decoder/
Stars: ✭ 37 (+117.65%)
Mutual labels:  online
RitaFontTester
Auxiliary tool for the development of Persian-Arabic fonts
Stars: ✭ 16 (-5.88%)
Mutual labels:  persian
mr.boilerplate
Online app to generate Scala boilerplate
Stars: ✭ 32 (+88.24%)
Mutual labels:  online
pardakhtyari
کتابخانه ها و مستندات مربوط به روال پرداخت یاری شاپرک - طبق مستندات رسمی شاپرک
Stars: ✭ 22 (+29.41%)
Mutual labels:  persian
MakeYourOwnNN-Persian
Persian translation of Make Your Own Neural Networks book by Tariq Rashid
Stars: ✭ 18 (+5.88%)
Mutual labels:  persian

Minimalist

شاخه شده از ویرایشگر آنلاین مارک‌داون مینیمالیست نوشته فیلیپ ماسه

همراه با قلم‌های آزاد فارسی به طراحی صابر راستی کردار

و استفاده از کتابخانه ویراستار کاری از آلن برگی و جووی

به فارسی ناصر رفیع / متن اصلی / اپ کروم / نسخه فارسی

GitHub license GitHub issues Brothers in Code it's a geminorum project Analytics


Minimalist Online Markdown Editor

This is the source for the simplest and slickest online Markdown editor, available online here: http://markdown.pioul.fr
Just write Markdown and see what it looks like as you type. And convert it to HTML in one click.

The Minimalist Markdown Editor project

The Minimalist Markdown Editor project is available both online as a web app, and offline and with file support as a Chrome app:

Contributing

Building

  1. Ensure that Node.js is installed, and open a terminal in the project's root directory.
  2. Run npm install to install the project's developement dependencies.
  3. Run npm run build to build the web app. The builds will be placed in the dist/ directory.

Note: Building should only be necessary if you think about contributing. If you want to run one of the apps, hit one of the links above.

Git workflow

The two project branches share a decent amount of code. This common source code sits in app-shared/ in each of these repos. As you can see from the commit history, changes to files in- and outside of app-shared/ are committed separately to help with cherry-picking the common source changes from the other repo afterward.

E.g. You've made changes to src/css/main.css and src/app-shared/css/main.css. Since changes have been made to files in- and outside of app-shared/, instead of committing all changes at once, make two commits:

  1. The first one will be called "[app-shared] commit_message", and will commit changes to src/app-shared/css/main.css.
  2. The second one will be called "commit_message", and will commit changes to src/css/main.css.

If changes had only been made to src/css/main.css, then there would've been no need for the first commit. And if changes had only been made to src/app-shared/css/main.css, there would've been no need for the second commit.

That's really all there is to know about this project's Git workflow, so fork away!

Target env

We aim at compatibility down to IE9.

The source for this app is currently authored in ES5, with ES5 polyfills when needed. I'm thinking about authoring in ES6+ and transpiling + polyfilling, but that'd require lots of carefully picked ES6+ polyfills to run in most browsers, so I'm waiting for a good reason to do so.

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