Quartz 5
Search
Search
Dark mode
Light mode
Reader mode
Explorer
category
34 items with this tag.
Jul 27, 2026
Zadania
category/hub
category/quest
Jul 27, 2026
Kronika
category/hub
category/journal
Jul 27, 2026
Wiedza i legendy
category/lore
Jul 27, 2026
Świat
category/hub
category/world
Jul 27, 2026
Drużyna
category/hub
category/party
Jul 27, 2026
Pomoc
category/hub
category/help
Jul 27, 2026
Dziennik Barovii
category/hub
Jul 27, 2026
Aktywne zadania
category/quest
Jul 27, 2026
Pogłoski i tajemnice
category/quest
category/lore
Jul 27, 2026
Ukończone zadania
category/quest
Jul 27, 2026
Nowe zadanie
category/quest
Jul 27, 2026
Nowe zadanie
category/quest
Jul 27, 2026
Nowe zadanie
category/quest
Jul 27, 2026
PRZYKŁAD — Nowe zadanie
category/quest
Jul 27, 2026
Ostatnia sesja
category/journal
Jul 27, 2026
Nowa frakcja
category/faction
Jul 27, 2026
Barovia
category/region
category/place
Jul 27, 2026
Zamek Ravenloft
category/place
ravenloft
Jul 27, 2026
Odwiedzone miejsca
category/place
Jul 27, 2026
Strahd von Zarovich
category/people
barovia
Jul 27, 2026
Poznane postacie
category/people
Jul 27, 2026
Ważne przedmioty
category/item
Jul 27, 2026
Kolgrim
category/people
category/playercharacter
category/party
Jul 27, 2026
Sojusznicy
category/people
category/party
Jul 27, 2026
Wspólne zasoby
category/party
category/item
Jul 27, 2026
Jak korzystać z dziennika
category/help
Jul 27, 2026
Skróty i linki
category/help
Jul 27, 2026
Zasady kampanii
category/help
category/rules
Jul 27, 2026
<%* const factionName = ((await tp.system.prompt("Nazwa frakcji", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(factionName); tR += JSON.stringify(factionName); %>
category/faction
Jul 27, 2026
<%* const placeName = ((await tp.system.prompt("Nazwa miejsca", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(placeName); tR += JSON.stringify(placeName); %>
category/place
Jul 27, 2026
<%* const characterName = ((await tp.system.prompt("Imię postaci", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(characterName); tR += JSON.stringify(characterName); %>
category/people
Jul 27, 2026
<%* const itemName = ((await tp.system.prompt("Nazwa przedmiotu", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(itemName); tR += JSON.stringify(itemName); %>
category/item
Jul 27, 2026
<%* const sessionTitle = ((await tp.system.prompt("Numer i tytuł sesji", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(sessionTitle); tR += JSON.stringify(sessionTitle); %>
category/journal
Jul 27, 2026
<%* const questName = ((await tp.system.prompt("Nazwa zadania", tp.file.title)) ?? tp.file.title).trim() || tp.file.title; await tp.file.rename(questName); tR += JSON.stringify(questName); %>
category/quest