Giter Site home page Giter Site logo

obsidianppv's Introduction

obsidianppv's People

Contributors

tot0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

obsidianppv's Issues

Implement Review Templates and Rollups

  • Daily
    • Morning: Sleep/Weight and Thoughts
    • Night (need to be easy from phone): Thoughts, Food info?, Activity data? (#2)
  • Weekly
    • Week view over Pillar Dashboards
      • Health
      • Admin & Finance
    • Aggregate view of Daily thoughts
  • Monthly
    • Month view over Pillar Dashboards
      • Health
      • Admin & Finance
    • Aggregate view of Weekly thoughts
    • Planning
  • Quarterly
    • Project Review
    • Outcome Review
    • Planning
  • Yearly
    • Pipeline Tables
    • Quarterly/Monthly Planning

Button "New Week" in "550 ๐Ÿ“… Months" folder note

In "550 ๐Ÿ“… Months" folder note, the button to create new month is actually creating new week:

image

with following code underneath:

```dataviewjs
const {DvActions} = customJS
DvActions.getNewFileButton({
    app,
    dv,
    luxon,
    that:this,
    buttonName:"๐Ÿ—“ New Week",
    folder:"500 โ™ฝ Cycles/530 ๐Ÿ—“ Weeks",
    nameFormat:"yyyy'-W'WW",
    split:true
})

I think this need to be changed to:

```dataviewjs
const {DvActions} = customJS
DvActions.getNewFileButton({
    app,
    dv,
    luxon,
    that:this,
    buttonName:"๐Ÿ“… New Month",
    folder:"500 โ™ฝ Cycles/550 ๐Ÿ“… Months",
    nameFormat:"yyyy-MM",
    split:true
})

Actions not displayed in "Action Zone"

Hello Lucas,

This vault is really innovative to implement PPV in Obsidian, really thanks for your effort. I downloaded it and currently trying to use.

I have 1 issue when I create action in "320 ๐Ÿ›  Actions" folder, it doesn't appear in "๐Ÿš€ Action Zone".

Here is the action file content:

---
alias:
- ๐Ÿ›  Get final list of APIs
tags:
- action
created: 2022-03-09 13:15
projects: [20220309133559]
pillars: [Admin & Team]
---
Priority:: ๐ŸŸฅ 1st
Do Date:: 2022-03-09
Done Date:: 
Projects:: [[20220309133559]]
Pillars:: [[๐Ÿ’พ Admin & Team|Admin & Team]]
Status:: ๐ŸŸข Active
Owner:: 
Next:: 
# ๐Ÿ›  Get final list of APIs

Here is a screenshot of "๐Ÿš€ Action Zone":
image

As you can see, action with "Do Date" = today is not displayed. I also tried to change "Do Date" to be tomorrow or yesterday but it's not displayed as well.

Is there something wrong in my action note?

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.