mirror of
https://github.com/soberhacker/obsidian-telegram-sync.git
synced 2026-07-22 07:50:31 +00:00
* {{userId}} - id of the user who sent the message
* {{user}} - link to the user who sent the message
* {{content:XX}} - message text of specified length
* {{creationDate:YYYYMMDD}} - date, when the message was created
* {{creationTime:HHmmss}} - time, when the message was created
7 lines
No EOL
151 B
CSS
7 lines
No EOL
151 B
CSS
.telegramSyncSettingsDonationSection {
|
|
width: 80%;
|
|
height: 50vh;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
color: var(--text-normal);
|
|
} |