Vk group notifier

by Filichev.Evgeny
5
4
3
2
1
Score: 53/100

Description

Category: 3rd Party Integrations

The Vk group notifier plugin allows you to stay up-to-date with new posts from your favorite Vk groups directly within Obsidian. With this plugin, you can monitor multiple groups and receive notifications about new content without having to constantly check the website yourself. The plugin supports both group names and IDs, making it easy to set up notifications for the groups that matter most to you. Additionally, you can customize the notification settings for each group, including options like pinning the last post, setting a maximum text length, and choosing the date format.

Reviews

No reviews yet.

Stats

3
stars
1,220
downloads
0
forks
835
days
805
days
880
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

2 years ago

Changelog

Moment is now from Obsidian. Fixed "Open page" link

README file from

Github

Obsidian Vk group posts checker

This plugin gives you ability to check new posts on the vk.com website

How to use

  • vk.com account is required. you can log in in the settings tab of the plugin. The requested permissions are : groups, offline. The authorization is handled by vk.com, plugin have no access to user's login/pass.
  • create codeblock vk-group-notifier with "name:" argument. (use ``` at the begining of the block and ``` at the end ) (Check Obsidian Markdown tutorial if you don't know how to do them)
  name:nameOfTheGroup
  • if group has no short name, you can use its "id". if both "name" and "id" are present, "id" will be used.
id: 12345
  • you can overwrite any specific parameters for each code section
 name:groupName
 maxDays:23
 pinLast:true
 maxTextLength:15
 dateFormat:DD-MMMM-YYYY

Manually installing the plugin

  • Copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/anyFolderName/.

Android issues

I couldn't figure out how to use webview, so it is required to manually copy-paste auth link into the input field. Yes, I know that look not that user-friendly. You can also login on the PC, any kind of synchronization should carry the auth token.