An Obsidian plugin which help you to automatically manage Obsidian.
中文手册
·
Manual
💯Tips: If you are not a developer, please refer to the manual for optimal use.
NOTE: New shiny feature: Personal Assitant Supporting AI Helper to improve your Obsidian notes management.
Animation rendering statistics
Preview records
List callout
Update metadata
Update Plugins and Themes
Basic Usage
NOTE: The currently supported features are all from my personal needs, feature request is welcome by submitting issues.
- automatically create note in the specified directory with the configured file name
- automatically open current note related graph view
- automatically open Memos like quick note in macOS
- switch on/off plugin in command palette
- automatically update plugins with one command
- automatically update themes with one command
- automatically set color of graph view
- list all callouts css configuration for quickly inserting
Please reference HERE.
Now Personal Assistant plugin is available in plugin market, you can install this plugin directly within Obsidian App, please check this mannual to get more details.
- Download from the release
- Install BRAT from the Community Plugins in Obsidian
- Open the command palette and run the command BRAT: Add a beta plugin for testing
- Copy
https://github.com/edonyzpc/personal-assistant
into the modal that opens up - Click on Add Plugin -- wait a few seconds and BRAT will tell you what is going on
- After BRAT confirms the installation, in Settings go to the **Community plugins ** tab.
- Refresh the list of plugins
- Find the beta plugin you just installed and Enable it.
- Build with commandline:
yarn install && yarn build
or download from release page - Copy over
main.js
,styles.css
,manifest.json
to your vault{VaultFolder}/.obsidian/plugins/personal-assistant/
.
- Open the command palette and find the command
- New note is created and start your recording
- [Recommendation] Use
Folder Templates
of plugin Templater to format the created notes by the command above, the example is as following
- Open the command palette and find the command
- Open setting tab for more customize
- Navigate your current note graph view with backlink and outgoing link
- configure color of graph view
- Open the command palette and find the command
- Select the suggestion to enable/disable plugin(or you can search the plugin by its name)
- [Note] In suggestion tab, the green checkbox means plugin is already enabled and the red uncheckbox means plugin is already disabled
- Open the command palette and find the command
- Trigger the command to update plugins
- See the updating result which is displayed in the right corner
- Best thanks for project obsidian-advanced-new-file for the code of
createNote
,createDirectory
- Best thanks for project obsidian-callout-manager for the
class CalloutPreviewComponent
andcolor.ts
- Best thanks for project better-word-count for the
package stats
If you've got any kind of feedback or questions, feel free to reach out via GitHub issues.