Coder Social home page Coder Social logo

obsidian-meeting-workflow's Introduction

obsidian-meeting-workflow

What does it do.

This workflow helps to easily create meeting-minutes for project MOCs (I prefer to call them dashboards).

2022-03-20_12-53-32.mp4

Why does it do it - Use-Case.

My usecase is to quickly be able to create project-related meeting-minutes so I can always jot down notes with minimal effort if colleagues or clients crash-call me. This increases the security of my knowledge about project work, facilitates better visibility of communications by sharing meeting minutes, and also makes it easier to hold stakeholders responsible by being able to document who attended what meeting when where more reliably.

Requirements

Plugins

  • Templater - absolutely amazing plugin ๐Ÿ˜
  • Dataview - just as amazing as Templater ๐ŸŽ‰

What's in the Bag ๐Ÿฅ“

The demo vault (zip) includes a basic structure. It works by having the new-meeting template keyed to ALT+N. The logic is such that it pulls the project frontmatter variable from the parent Tfile and sets it in the new file like so:

// set frontmatter project variable according to parent
let parent_tfile = tp.config.active_file;
let parent_cache = app.metadataCache.getFileCache(parent_tfile);
let project = parent_cache.frontmatter["project"];

Then it queries for a filename and concatenates the result with my preferred filenaming scheme. This way, the plain-text file stays useful, as also the filename contains a date and project-ID. This can of course be changed really easily.

OH. And it also moves the file to the project-subfolder for tidyness.

// create new filename
let variablename = await tp.system.prompt("Note Title");
let path = "/Projects/"+project+"/"+tp.date.now("YYYYMMDD")+""+project+"_"+variable_name;

//move file
await tp.file.move(path);

What's Next? ๐Ÿคทโ€โ™‚๏ธ

  • ๐Ÿ’ฅ creating a button to trigger the meeting-note creation
  • ๐Ÿ’ฅ making the move action relative to the parent-file location and not hard-coded

Really, I have like 1000 ideas of how this can help me, as I have a few data structures that are hierarchical within my main vault, such as Author>Source relationships. I realize that strict parent-child systems aren't helpful to broad-strokes thinking, but my mind is going the way of thinking about this like a database (in this case for meeting minutes, or lists of reading material and authors). I'll think about where this might go in the future.

Contact ๐Ÿ“จ

You can reach out to me here or find me on the obsidian discord.

obsidian-meeting-workflow's People

Contributors

jaltgen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fedderw limuling

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.