Skip to content

Activity monitor for Vault & specified projects

Notifications You must be signed in to change notification settings

wiktoriavh/obsidian-activity-history

Repository files navigation

Obsidian Activity History

GitHub release) GitHub all releases

Github like activity block to track activity for whole vault or a specified project.

Example 1:

example_1|690x130

Example 2:

example_2|690x130

Example 3:

example_3|690x130

Usage:

!!!!IMPORTANT!!!! The plugin can show only activity from the date it is ACTIVATED as it tracks the change in size for the specified tracked projects. this means no info will be shown before that date.

Write the render block example shown below in edit mode in the note in which you want to add the render block. example_4|690x130

It must contain a single line corresponding to the path of the project, for example:

  • / for the whole vault
  • Project Example Test for the project located at /Project Example Test
  • Project Root/Project Second Example/Test Project for the project located at /Project Root/Project Second Example/Test Project

thus to show board for the whole vault: example_5|690x130

By default the plugin tracks ONLY the whole vault i.e. /. To add more projects, need to input the project name (same as above) in the settings menu of the plugin. If the project inputed is not a valid one it will not be added. It follows the same syntax as the one inputed in the render block.

**UPDATE SCHEDUAL:** The plugin updates every 5 minutes the size of the different tracked projects.

Settings:

settings|690x130

Customization

The activity board is highly customizable as shown in the examples shown above. All parameters can be modified in the settings menu EXCEPT THE BACKGROUND COLOR! The background color must be changed in the style.css file (found in the plugin folder), where you change white to whatever desired.

.selectYear {
    border-color: none;
}

.HistoryBoard {
    background-color: white;
    padding: 10px;
    border-radius: 14px;
    width: auto;
    height: auto;
}

.ObsidianHistoryBlock {
    background-color: white;
    border-radius: 14px;
    width: auto;
    height: auto;
}

.selectYear {
    float: right;
    margin-bottom: 5px;
    border-color: white;
    border-radius: 14px;
}

To-Do:

  • Interactively show value when hovering on cells

About

Activity monitor for Vault & specified projects

Resources

Stars

Watchers

Forks

Packages

No packages published