Mika
Simplistic Markup Language
Details
Installs
- Total 43
- Win 24
- Mac 10
- Linux 9
Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
# MIKA # -- Block Header (used for main areas of text)
-> Introduction:
Mika is a general purpose markup language designed to be simplistic and
easy to read while being highly structured.
-> Basics of Mika:
Mika documents (.mika) start with a main header [# HEADER #], follwed by
Sub-headers [-> Arrow Lines]. The information nested under an Arrow Line
is the text/main body of our document. We're able to format it with
several `implicatives`. These include:
1. _Underlines_
2. *Bolds*
3. `Italics`
4. [Blocks]
However, Mika has a few more features that this document will introduce.
! FEATURES ! -- Loud Header (used for emphasis)
-> Numerical:
Supported fiat currencies:
$200 USD
€300 EUR
£500 GBP
₩100 KRW
¥400 JPY
Cryptocurrency support:
1.00 BTC
0.466 ETH
10.3230 DASH
Percentages and changing values:
25% of 100 is 25
75.2% Increase [+] -- Green with syntax highlighting enabled
33.86% Decrease [-] -- Red with syntax highlighting enabled
Ordered and Unordered lists:
+ An additive list item
* A starred list item
1. A numeric list item
-> Implicative:
-- Comments
_Underlined_ -- Underlined text
_This text spans
multiple lines!_ -- Underlined text can span multiple lines
*Bold Text* -- Bolded text
`Italic Text` -- Italic text
[Block Text] -- Blocked/Separated text (similar to underlining)
;;Multi-line
blocks. Used for
formatted data;; -- Multi-line block (aka: a "Writer's block")
@ RULES AND BEST PRACTICES @ -- AT Header (can be used stylistically)
Generally, Mika doesn't impose anything in terms of *how* to edit.
However, there are a few best practices to follow/reference when
writing with Mika:
1. Headers must be completely capitalized and can be nested.
If a header is nested, it's best to swap out the header's type:
# FIRST HEADER # -- Top level
! SECOND HEADER ! -- First nesting
@ THIRD HEADER @ -- Second nesting
2. Arrow lines are a single tab-length ahead of main headers.
3. Arrow lines should generally end with a colon (:) unless it is
unwanted stylistically.
4. Writer's blocks can either be "Expaned" or "Compact":
Expanded:
;;
This is the expanded form of a writer's block.
You would use this for a snippet of code, haiku, etc...
Notice the 4 space characters leading each line inside
this block. This is a stylistic choice to improve the
readability of content inside these blocks.
;;
Compact:
;;This is the compact form
of a Writer's block. Used when style isn't very important;;
If neither form fits, use a [Block] instead.
5. Each line should contain no more than 80 characters. This is one
of the only inforced rules in Mika.
! CLOSING !
In closing, Mika allows you to minimally format documents in ways that
already make sense. Underlines are underlines, blocks are blocks, etc.