mirror of
https://github.com/soberhacker/obsidian-telegram-sync.git
synced 2026-07-22 07:50:31 +00:00
chore: remove from readme demo
This commit is contained in:
parent
7505d4ac20
commit
c5fbc5fa5d
2 changed files with 6 additions and 5 deletions
|
|
@ -16,10 +16,6 @@ Transfer messages and files from Telegram to your Obsidian vault. You can easily
|
|||
|
||||
---
|
||||
|
||||
## Demo
|
||||
|
||||
<br>
|
||||
|
||||
## Features
|
||||
|
||||
- Synchronize text messages and files
|
||||
|
|
@ -53,7 +49,7 @@ Transfer messages and files from Telegram to your Obsidian vault. You can easily
|
|||
5. Configure the remaining settings according to your preferences
|
||||
6. Start sending messages and files to your Telegram bot
|
||||
7. When the Obsidian app is running on your lapton or PC, it syncs all your messages
|
||||
8. You can optionally add your bot to any chats that you want to sync (grant admin rights)
|
||||
8. You can optionally add your bot to any chats that you want to sync (the bot needs admin rights)
|
||||
|
||||
## Tips
|
||||
|
||||
|
|
@ -67,6 +63,7 @@ I want to say thank you to the people who support me, I really appreciate it!
|
|||
- maauso
|
||||
- ekalinin
|
||||
- knopki
|
||||
- Fabio Scarsi
|
||||
- anonymous patrons and contributors
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
export const version = "1.7.0";
|
||||
// TODO in github actions creating an archive with 3 main files for easy installing
|
||||
// TODO Add Demo gif and screenshots to readme.md
|
||||
// ## Demo
|
||||
//<br>
|
||||
export const showInTelegram = true;
|
||||
export const newFeatures = `
|
||||
- add note template variables:
|
||||
|
|
|
|||
Loading…
Reference in a new issue