Organize Anything.

This is your course initialization stub.

Please see the Docs to find out what is possible in LiaScript.

If you want to use instant help in your Atom IDE, please type lia to see all available shortcuts.

Prerequisites

Watch this 5 minute video: !?Van Neistat’s 5 Principles of Organization

Have you seen an example of organization that blew you away? Write about it.

[[___ ___ ___ ___]]

You can use common Markdown syntax to create your course, such as:

The Basics

Class 1

  • Intro, goal
  • Discussion on Van Neistat’s 5 Principles of Organization
    • 5 principles

Use it or lose it. If not used after 3-6 months, get rid of it. Sell if you can, give if going to good home, dump if you must. It’s not done unless done, done, done. See Definition of Done.

  1. Identify a space. Write it down, define it, put a boundary around it.
  2. Identify a
  3. Identify Take it all out. Put it within view. Always be knolling (https://vimeo.com/34901903), unstack everything.
    1. But what if you’re out of space? You can take time to create more space or simply stop
  4. Put like items together.
  5. Think about kits.

Reframe minimalism as… functionalism. Think: Casey Neistat’s studio or Van Neistat’s https://www.youtube.com/watch?v=ncZ1mO8mA44

A place for everything, everything in its place. If overwhelming, start with essentials. Get essentials to this level first. Sanctify the space. Don’t desecrate.

Identify inefficiencies. Example: Leave open space. If you have to move stuff off the table, floor, etc. just to do normal functions like unloading grocery, taking shoes off, mark the space for optimization.

Allow space for clutter / lost and found. Make it designated. Make it contained. Make it visible. Similar idea to a drop zone.

Misc

  1. Lists

  2. ordered or

    • unordered
    • ones …
Header 2Header 1
Item 2Item 1

Images:

images

Extensions

 --{{0}}--

But you can also include other features such as spoken text.

  --{{1}}--

Insert any kind of audio file:

   {{1}}

?audio

 --{{2}}--

Even videos or change the language completely.

   {{2-3}}

!?video

  --{{3 Russian Female}}--

Первоначально создан в 2004 году Джоном Грубером (англ. John Gruber) и Аароном Шварцем. Многие идеи языка были позаимствованы из существующих соглашений по разметке текста в электронных письмах…

{{3}}

Type “voice” to see a list of all available languages.

Styling

The whole text-block should appear in purple color and with a wobbling effect. Which is a bad example, please use it with caution … ~~ only this is red ;-) ~~

Charts

Use ASCII-Art to draw diagrams:

10 |        rrrrrrrrrrrr    x
   |    rrrrrrrrrrrrrrrr
   |  rrrrrrrrrrrrrrrrr  BBBBB
   | rrrrrrrrrrrrrrrr  BBBBBBBB
   | X rrrrrrrrrrrr  BBBBBBBBB X
   |rrrrrrrrrrrrr  BBBBBBBBBBBBB
   |rrrrrrrrrrr  BBBBBBBBBBBBBBB
   | rrrrrrrr  BBBBBBBBBBBBBBBB
   |  rrrrr  BBBBBBBBBBBBBBBBB
   |        BBBBBBBBBBBBBBBB
   |   x    BBBBBBBBBBBBB
   +-----------------------------
     0                           2



                                Multiline
  1 |    DOTS
    |                 ***
  t |               *     *
  i | r r r r r r r*r r r r*r r r r r r r
  m | B B B B B * B B B B B B * B B B B B
  e |            *           *
    | B B B B B * B B B B B B * B B B B B
    |         *                 *
    | *  * *                       * *  *
  0 +------------------------------------
    0            importance             1

Quizzes

A Textquiz

What did the fish say when he hit a concrete wall?

[[dam]]

Multiple Choice

Just add as many points as you wish:

[[X]] Only the **X** marks the correct point.
[[ ]] Empty ones are wrong.
[[X]] ...

Single Choice

Just add as many points as you wish:

[( )] ...
[(X)] <-- Only the **X** is allowed.
[( )] ...

Executable Code

You can make your code executable and define projects:

let who = data.first_name + " " + data.last_name;
 
if(data.online) {
  who + " is online"; }
else {
  who + " is NOT online"; }
{
  "first_name" :  "Sammy",
  "last_name"  :  "Shark",
  "online"     :  true
}

More

Find out what you also can do …

https://LiaScript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md