Compare commits
2 Commits
f81e1e8f0d
...
dcd4de0c6c
| Author | SHA1 | Date | |
|---|---|---|---|
| dcd4de0c6c | |||
| 495e522f7d |
48
inbox.org
48
inbox.org
@@ -36,3 +36,51 @@
|
||||
|
||||
* TODO Twitter- zkontrolovat
|
||||
[2026-02-23 Mon 17:02]
|
||||
* TODO Umýt si tablet
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO Kanýtisknoutomalovánky
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO Zapsat do deníku dnešek
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO ByIensesynemunkandu.
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO Remarkable-testovat sync s ORG
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO mode-uvidime
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO Nový testovací úkol pro Martina
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
* TODO Sukaného
|
||||
:PROPERTIES:
|
||||
:SOURCE: reMarkable
|
||||
:SYNCED: 2026-02-23 23:30
|
||||
:END:
|
||||
|
||||
|
||||
18
snippets/markdown-mode/adr
Normal file
18
snippets/markdown-mode/adr
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ADR - Architectural Decision Record
|
||||
# key: adr
|
||||
# --
|
||||
# ADR-${1:0001}: ${2:Title}
|
||||
|
||||
- **Date:** `(format-time-string "%Y-%m-%d")`
|
||||
- **Status:** ${3:Proposed}
|
||||
|
||||
## Context
|
||||
${4:Describe the context and problem statement.}
|
||||
|
||||
## Decision
|
||||
${5:Describe the decision and rationale.}
|
||||
|
||||
## Consequences
|
||||
${6:Describe the resulting context after applying the decision.}
|
||||
$0
|
||||
19
snippets/org-mode/adr
Normal file
19
snippets/org-mode/adr
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ADR - Architectural Decision Record
|
||||
# key: adr
|
||||
# --
|
||||
* ADR-${1:0001}: ${2:Title}
|
||||
:PROPERTIES:
|
||||
:date: `(format-time-string "%Y-%m-%d")`
|
||||
:status: ${3:Proposed}
|
||||
:END:
|
||||
|
||||
** Context
|
||||
${4:Describe the context and problem statement.}
|
||||
|
||||
** Decision
|
||||
${5:Describe the decision and rationale.}
|
||||
|
||||
** Consequences
|
||||
${6:Describe the resulting context after applying the decision.}
|
||||
$0
|
||||
Reference in New Issue
Block a user