atom

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
atom [04/02/2020 - 18:53] adminatom [02/08/2021 - 11:42] (aktuell) – gelöscht admin
Zeile 1: Zeile 1:
-====== Atom ====== 
- 
-Basics 
- 
-===== Markdown Syntax on GitHub ===== 
- 
-[[https://guides.github.com/features/mastering-markdown/|https://guides.github.com/features/mastering-markdown/]] 
- 
-===== Atom Fenster ausserhalb des sichtbaren Bereiches ===== 
- 
-[[https://github.com/atom/atom/issues/6939|https://github.com/atom/atom/issues/6939]] 
- 
-Workaround: 
- 
-''atom –clear-window-state '' 
- 
-oder 
- 
-ALT+TAB–>select atom ALT+space–> select maximize. 
- 
-oder für Windows 
- 
-  * Select the Atom window (using Alt-Tab or mouse) 
-  * Open the context menu with Alt-Space. 
-  * Select move using “m” 
-  * Press any of the arrow keys. 
-  * The Atom window will now be possible to drag back to the main monitor using the mouse. 
- 
-===== ASCIIDoc ===== 
- 
-[[https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/|https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/]] 
- 
-==== Admonition ==== 
- 
-<nowrap> NOTE: An admonition paragraph draws the reader's attention to auxiliary information. Its purpose is determined by the label at the beginning of the paragraph. 
- 
-Here are the other built-in admonition types: 
- 
-TIP: Pro tip… 
- 
-IMPORTANT: Don't forget… 
- 
-WARNING: Watch out for… 
- 
-CAUTION: Ensure that… </nowrap> 
- 
-==== Formatierung ==== 
- 
-<nowrap> old *constrained* & **un**constrained 
- 
-italic _constrained_ & __un__constrained 
- 
-bold italic *_constrained_* & **__un__**  constrained 
- 
-monospace `constrained` & ``un``constrained 
- 
-monospace bold `*constrained*` & ``**un**``constrained 
- 
-monospace italic `_constrained_` & ``__un__``constrained 
- 
-monospace bold italic `*_constrained_*` & ``**__un__**``constrained </nowrap> 
- 
-Document header 
- 
-<nowrap> = My Document's Title Doc Writer <doc.writer@asciidoctor.org> v1.0, 2018-04-11 :toc: :imagesdir: assets/images :homepage: [[https://asciidoctor.org|https://asciidoctor.org]] 
- 
-My document provides… </nowrap> 
- 
-==== Überschriften ==== 
- 
-''= Document Title (Level 0) == Level 1 Section Title === Level 2 Section Title ==== Level 3 Section Title ===== Level 4 Section Title ====== Level 5 Section Title == Another Level 1 Section Title '' 
- 
-==== Listen ==== 
- 
-Unordered, basic[[https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#|view result]]<file> 
- 
-* Edgar Allen Poe 
-* Sheri S. Tepper 
-* Bill Bryson 
- 
-</file> 
- 
-Unordered, basic (alt)[[https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#|view result]]<file> 
- 
-- Edgar Allen Poe 
-- Sheri S. Tepper 
-- Bill Bryson 
- 
-</file> 
- 
-xx 
  
  • atom.1580842394.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)