vault backup: 2024-10-09 10:24:48

This commit is contained in:
Dane Sabo 2024-10-09 10:24:48 -04:00
parent 0c26e02a1d
commit e2bf61b574
6 changed files with 309 additions and 44833 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-enhancing-export", "id": "obsidian-enhancing-export",
"name": "Enhancing Export", "name": "Enhancing Export",
"version": "1.10.7", "version": "1.10.8",
"minAppVersion": "1.6.3", "minAppVersion": "1.6.3",
"description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.",
"author": "YISH", "author": "YISH",

View File

@ -1,3 +1,4 @@
% This template was tested with Pandoc 3.4 and pandoc-crossref v0.3.18.0. It should be backwards compatible with older version of pandoc..
\documentclass{article} \documentclass{article}
@ -7,7 +8,7 @@
% ready for submission % ready for submission
\usepackage[final]{neurips} \usepackage[final,nonatbib]{neurips}
% to compile a preprint version, e.g., for submission to arXiv, add add the % to compile a preprint version, e.g., for submission to arXiv, add add the
@ -34,6 +35,18 @@
\usepackage{xcolor} % colors \usepackage{xcolor} % colors
\usepackage{graphicx} \usepackage{graphicx}
\makeatletter
\newsavebox\pandoc@box
\newcommand*\pandocbounded[1]{% scales image to fit in text height/width
\sbox\pandoc@box{#1}%
\Gscale@div\@tempa{\textheight}{\dimexpr\ht\pandoc@box+\dp\pandoc@box\relax}%
\Gscale@div\@tempb{\linewidth}{\wd\pandoc@box}%
\ifdim\@tempb\p@<\@tempa\p@\let\@tempa\@tempb\fi% select the smaller of both
\ifdim\@tempa\p@<\p@\scalebox{\@tempa}{\usebox\pandoc@box}%
\else\usebox{\pandoc@box}%
\fi%
}
\makeatother
\makeatletter \makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi} \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
@ -48,28 +61,38 @@
\makeatother \makeatother
$if(csl-refs)$ $if(csl-refs)$
% definitions for citeproc citations
\NewDocumentCommand\citeproctext{}{}
\NewDocumentCommand\citeproc{mm}{%
\begingroup\def\citeproctext{#2}\cite{#1}\endgroup}
\makeatletter
% allow citations to break across lines
\let\@cite@ofmt\@firstofone
% avoid brackets around text for \cite:
\def\@biblabel#1{}
\def\@cite#1#2{{#1\if@tempswa , #2\fi}}
\makeatother
\newlength{\cslhangindent} \newlength{\cslhangindent}
\setlength{\cslhangindent}{1.5em} \setlength{\cslhangindent}{1.5em}
\newlength{\csllabelwidth} \newlength{\csllabelwidth}
\setlength{\csllabelwidth}{3em} \setlength{\csllabelwidth}{3em}
\newlength{\cslentryspacingunit} % times entry-spacing \newenvironment{CSLReferences}[2] % #1 hanging-indent, #2 entry-spacing
\setlength{\cslentryspacingunit}{\parskip} {\begin{list}{}{%
\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing \setlength{\itemindent}{0pt}
{% don't indent paragraphs \setlength{\leftmargin}{0pt}
\setlength{\parindent}{0pt} \setlength{\parsep}{0pt}
% turn on hanging indent if param 1 is 1 % turn on hanging indent if param 1 is 1
\ifodd #1 \ifodd #1
\let\oldpar\par \setlength{\leftmargin}{\cslhangindent}
\def\par{\hangindent=\cslhangindent\oldpar} \setlength{\itemindent}{-1\cslhangindent}
\fi \fi
% set entry spacing % set entry spacing
\setlength{\parskip}{#2\cslentryspacingunit} \setlength{\itemsep}{#2\baselineskip}}}
}% {\end{list}}
{}
\usepackage{calc} \usepackage{calc}
\newcommand{\CSLBlock}[1]{#1\hfill\break} \newcommand{\CSLBlock}[1]{\hfill\break\parbox[t]{\linewidth}{\strut\ignorespaces#1\strut}}
\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} \newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{\strut#1\strut}}
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{\strut#1\strut}}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
$endif$ $endif$
\providecommand{\tightlist}{% \providecommand{\tightlist}{%

File diff suppressed because one or more lines are too long

View File

@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.", "description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.25.0" "version": "2.27.0"
} }

View File

@ -39,6 +39,10 @@
margin-right: auto; margin-right: auto;
} }
.obsidian-git-disabled {
opacity: 0.5;
}
.obsidian-git-center-button { .obsidian-git-center-button {
display: block; display: block;
margin: 20px auto; margin: 20px auto;