IMPORTANT TA X NOTICE ACTION IS REQUIRED Backup Withholding Warning! We need a Form W-9 from you before: _______________________. Otherwise; backup withholding will begin on Account Number Current Name on Account Current TIN on Account The Internal Revenue Service (IRS) has notified us that the taxpayer identification number (TIN) on your account with us does not match its records. The IRS considers a TIN as incorrect if either the name or number shown on an account does not match a name and number combination in their files or the files of the Social Security Administration (SSA). If you do not take appropriate action to help us correct this problem before the date shown above, the law requires us to backup withhold on interest, dividends, and certain other payments that we make to your account. The backup withholding rate is: __ [set forth rates/dates] In addition to backup withholding, you may be subject to a $50 penalty by the IRS for failing to give us your correct Name/TIN combination. This notice tells
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Enable Git optimizations for repositories with many files. | |
git config feature.manyFiles true | |
# Update the index format to version 4 for better performance with large repositories. | |
git update-index --index-version 4 | |
# Enable filesystem monitoring to speed up `git status` and similar commands. | |
# This uses the built-in fsmonitor on supported systems, reducing the need to scan the entire working directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Remove the pin */ | |
.workspace-tab-header[aria-label="Note file name without .md"] .workspace-tab-header-status-container .mod-pinned { | |
display: none; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ol { | |
list-style-type: upper-roman; | |
} | |
ol ol { | |
list-style-type: upper-alpha; | |
} | |
ol ol ol { | |
list-style-type: decimal; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#calendar-container .active, | |
.flair.mod-pop, | |
.horizontal-tab-nav-item.is-active, | |
.linter-navigation-item-selected, | |
.nav-file-title.is-active, | |
.vertical-tab-nav-item.is-active, | |
.community-item.is-selected, | |
.mod-cta { | |
text-shadow: 1px 1px 1px black; | |
} |
[!quote] Title by [[author]] via [[publication]]. Published on date. Accessed on today. Text of the quote.
Brief explanation of why I saved this quote, and any other associated thoughts it gave me about connections, expansions, etc. The annotation, basically.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Settings for all callouts / admonitions: */ | |
.callout { | |
background-color: hsl(220, 16%, 16%); | |
} | |
/* Settings for individual callouts / admonitions: */ | |
.callout[data-callout="important"] { /* same name as in callout to be changed */ | |
--callout-color: 19, 203, 232; /* rgb only */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Obsidian snippet to style output of pdf exports | |
*/ | |
@media print { | |
/* set your preferred fonts here. | |
*/ | |
:root { | |
--body-font-family: "Newsreader Text", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; |
NewerOlder