Compare commits

...

2 Commits

3 changed files with 85 additions and 0 deletions

View File

@@ -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:

View 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
View 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