Commands

Commands

On this page, all commands are collected.

Web design

Markdown

Here’s a guide for formatting in Markdown. Frequently used commands:

Text in bold: **text**

Text in italic *text*

Make a coding box

Add a code snippet in the text.

Let’s make a code block:

code block (four spaces)

Or a longer one:

test
test
test
test

Add a table of Contents

Using the following blogpost, I created a table of contents.

https://stackoverflow.com/questions/11948245/markdown-to-create-pages-and-table-of-contents

# Table of Contents: 

1. [Introduction](#introduction)
2. [Some paragraph](#paragraph1)
    1. [Sub paragraph](#subparagraph1)
3. [Another paragraph](#paragraph2)

Jump directly to:

  1. Introduction
  2. The Basics
    1. Terminal
    2. Text editors
  3. Setting up Git
    1. Getting started
    2. Installing Git
    3. Getting the SSH-key
  4. Website
    1. Programming language: Markdown
    2. HTML
    3. Static Site Generators
    4. Complex (wordpress)
    5. Example
  5. Using Git to upload changes
  6. [Editing the Mkdocs theme]
  7. [Advanced: Hugo file]

Project Management

  1. gantt
  2. plan

Final Project

  1. Introduction
  2. Problem statement
    1. Terminal
  3. Solution space
  4. Sketches

Though executing this manually is a tedious process and prone to errors. There should be an easier way to do this! I found the toc plugin built in the Jekyll template.

insert screenshot toc

Internal linking

 <a href="#top">Back to top</a>

3D modeling

Rhino

Losing an object

The command zoom all extents is very useful to relocate all drawn objects into the views.

Boolean Difference to subtract the traces.

ProjectToCPlane to make a 3D object into a 2D object.

For vertical objects use Rotate3D to rotate it.

Grasshopper

A useful list with Mac hotkeys can be found here.

Export image with frame: ⌘I

radial menu

You can invoke the radial menu by hitting the space bar (while your mouse is over the canvas or a component) or by clicking your middle mouse button. In the latest version of RhinoWIP for macOS (6.15.19099.12046), the hotkey to invoke the radial menu in Grasshopper has been remapped, from the SPACEBAR, to ALT + SPACEBAR. The SPACEBAR has inherited the component search menu. This is OPTION + SPACEBAR if you have a keyboard from Apple.

Sources: