Git Product home page Git Product logo

vainilla-style's People

Contributors

ohlinn avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

Forkers

nestor50

vainilla-style's Issues

DailyNote quarter and year 'automation' suggestions

Hi,
instead of changing manually the start and end date of the quarter, I use startOf('quarter') and endOf('quarter')

In the DailyNote.md you can substitute this

๐Ÿฎ <% moment(moment('21-09-30', 'YY-MM-DD')).diff(moment(tp.file.title, 'YY-MM-DD'), 'days') %> days left

with this:

๐Ÿฎ <% moment(moment(tp.file.title, 'YY-MM-DD').endOf('quarter')).diff(moment(tp.file.title,'YY-MM-DD'),'days') %> days left

In a similar way, you can also use startOf('quarter') instead of '21-06-30'

Also, instead of putting manually the number of days in a year (365 or 366), you can calculate them with endOf('year') and startOf('year')

For example, I substituted this:

<progress value='<% moment(tp.file.title, 'YYYY-MM-DD').dayOfYear() %>' max='365'>

with:

<progress value="<% moment(tp.file.title,'YYYY-MM-DD').dayOfYear() %>" max="<%moment(moment(tp.file.title,'YYYY-MM-DD').endOf('year')).diff(moment(tp.file.title,'YYYY-MM-DD').startOf('year'),'days') %>">

Should this be not the right place to post this suggestion, please forgive me. I'm not used to github.
Thanks,
Alex

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.