LCTCS SilverBullet Library


This is the Official LCTCS SilverBullet Library. It includes enhancements and support for the following features:
  • Tasks
  • Notes
  • Meetings
  • People
  • Organizations

Tasks


Tasks are directly implemented in Plug/Tasks and this library includes enhancements for tracking the progress.


Daily Notes


Daily notes are stored in Notes/YYYY-MM-DD

Meetings


Meetings notes are stored in Meetings/YYYY-MM-DD_hh:mm

Organizations


Organizations notes are stored in Organizations/

People


Peoples notes are stored in People/

Settings


Update your SETTINGS with the following:

actionButtons:
- icon: home
  command: "{[Navigate: Home]}"
  description: "Go to the index page"
- icon: book
  command: "{[Navigate: Page Picker]}"
  description: Open page
- icon: terminal
  command: "{[Open Command Palette]}"
  description: Run command
- icon: file-text
  command: "{[Navigate: Template Picker]}"
  description: Open template
- icon: calendar
  command: '{[Notes: Today]}'
  description: "Open todays notes"
- icon: file-plus
  command: '{[Page: From Template]("Library/Custom/Meeting/Page")}'
  description: "Create new meeting"
- icon: user-plus
  command: '{[Page: From Template]("Library/Custom/Person/Page")}'
  description: "Create new person"
- icon: sidebar
  command: "{[Tree View: Toggle]}"
  description: "Toggle Tree View"
- icon: eye
  command: "{[Markdown Preview: Toggle]}"
  description: "Toggle Preview"
- icon: refresh-cw
  command: "{[Debug: Reload and Reindex]}"
  description: "Reload SilverBullet and reindex"