There are two types of markup in Liquid: Output and Tag.
- Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}- Tag markup (which cannot resolve to text) is surrounded by
There are two types of markup in Liquid: Output and Tag.
{{ matched pairs of curly brackets (ie, braces) }}| <div dir="rtl"> | |
| نودّ عقد لقاء عبر الإنترنت للمتخصّصين/ات والمرشدين/ات في مجال الأمن الرقمي، وكذلك المصمّمين/ات والمُطوِّرين/ات في مجال أدوات الأمن الرقمي والخصوصية.سيحصل المدرّبون/ات والمصمّمون/ات والمُطوِّرون/ات الذين يعملون في مجال الأمن والخصوصية من مختلف المناطق على فرصةٍ للتلاقي والتعرُّف على عمل بعضهم البعض. سوف نبتكر، نحن الأربعة، أنشطةً للتشارُك والتعرُّف على بعضنا البعض، بالإضافة إلى تحديد الاهتمامات وفُرَص التعاون في المستقبل، ولكن على شكل مساحة مجتمعية حقيقية، بدلًا من أن تكون مجرّد جلسة موجّهة نحو التعلُّم. سوف يُدعى المشاركون للانضمام إلى عالم التصميم المتمحور حول حقوق الإنسان.الهدف من هذا اللقاء هو تعزيز التواصل والتعاون بين الأشخاص العاملين في مجال التصميم، والتثقيف حول الأمن الرقمي، والأبحاث، وتطوير أدوات الأمن الرقمي. | |
| </div> |
| # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |
Data viz color picker : https://learnui.design/tools/data-color-picker.html
| Key/Command | Description |
|---|---|
| Tab | Auto-complete files and folder names |
| Ctrl + A | Go to the beginning of the line you are currently typing on |
| Ctrl + E | Go to the end of the line you are currently typing on |
| Ctrl + U | Clear the line before the cursor |
| Ctrl + K | Clear the line after the cursor |
| Ctrl + W | Delete the word before the cursor |
| Ctrl + T | Swap the last two characters before the cursor |