Ho creato un repository dedicato al posto di questo gist. Lo trovi qui:
I moved this gist to a full repository. You can find ti here
| #top_bar_inner { | |
| margin: auto !important; | |
| width: 1160px !important; | |
| padding-left: 0px; | |
| } | |
| #top_icons{ | |
| padding-right: 3px | |
| } | |
| .quick_find{ | |
| width: 650px; |
| @echo off | |
| for /f "tokens=1-4 delims=/ " %%i in ("%date%") do ( | |
| set day=%%i | |
| set month=%%j | |
| set year=%%k | |
| ) | |
| for /f "tokens=1-4 delims=: " %%i in ("%time%") do ( | |
| set hour=%%i |
| """ | |
| ************************************************************************************* | |
| This code is outdated, please see https://github.com/amelandri/NotableUtilities | |
| ************************************************************************************* | |
| A custom script developed by Alessandro Melandri (@AleMelandri) to reorder Notable (https://notable.md) notes in folders matching Notebooks tags. |
Ho creato un repository dedicato al posto di questo gist. Lo trovi qui:
I moved this gist to a full repository. You can find ti here
| inputFile = 'input.journal' | |
| outputFile = 'output.journal' | |
| alignColumn = 100 | |
| decimalSeparator = ',' | |
| addMissingDecimals = True | |
| with open(inputFile, 'r') as file_input, open(outputFile, 'w') as file_output: | |
| for line in file_input: | |
| if line.strip().startswith(("assets:", "expenses:", "revenues:", "liabilities:")): | |
| account, amount_comment = line.rsplit(' ', 1) |
| :root { | |
| --main-blue: #146db3; | |
| --light-blue: #448ec8; | |
| --lighter-blue: #e8ebf4; | |
| --gray: #363636; | |
| --orange: #ff9d00; | |
| --red: #dd2b0b; | |
| --radius: 6px; | |
| } |
/journals
2024.journal
/scripts
journalcleanup.py
/workdir
justfile
filters:
and:
- and:
- file.ext != "base"
- file.ext != "canvas"
- file.ext != "base"
- file.ext != "md"
formulas:
Backlink Tags: file.backlinks.map(value.asFile().tags)