4242424242424242 Visa
4012888888881881 Visa
4000056655665556 Visa (debit)
| function git_prompt_info() { | |
| ref=$(git symbolic-ref HEAD 2> /dev/null) || return | |
| echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$ZSH_THEME_GIT_PROMPT_SUFFIX" | |
| } |
| /** | |
| * User: tom | |
| * Date: 14/05/12 | |
| * Time: 14:46 | |
| */ | |
| package { | |
| import org.osflash.signals.Signal; | |
| import flash.events.TimerEvent; | |
| import flash.utils.Timer; |
Rollver daily todos is a really nice extension for Obsidian.md that takes TODOs from yesterdays daily notes and rolls them over to today's notes. It has support for Obsidians built-in templates, but does - to my understanding - not really work well with the Templater Plugin. At least, I was unable to get it to work :-). Also, I wished it had some way to tell me that TODOs have been rolled over a few times already. Doing it this way is my way of working around these limitations.
I took some of the code of that "rollover daily todos" plugin and made it into a templater user script.