Skip to content

Instantly share code, notes, and snippets.

View marekkowalczyk's full-sized avatar

Marek Kowalczyk marekkowalczyk

View GitHub Profile
@marekkowalczyk
marekkowalczyk / DevonThink Search operators
Last active November 28, 2020 00:13 — forked from florido/DevonThink Search operators
DevonThink Search operators (formatted as Pandoc Markdown)
---
header-includes: \usepackage{noto}\urlstyle{tt}\usepackage{titlesec}\titlelabel{\thetitle.\quad}
numbersections: true
papersize: a4
lang: en
documentclass: article
title: DevonThink Search Operators
---
In the toolbar search field, as well as in both the interactive and the simple
@marekkowalczyk
marekkowalczyk / zathurarc
Last active July 27, 2020 21:32 — forked from michaelmrose/zathu
zathura config
# Zathura configuration file
# See man `man zathurarc'
set selection-clipboard clipboard
set scroll-wrap true
set scroll-page-aware true
set window-title-page true
# Open document in fit-width mode by default
set adjust-open "best-fit"
@marekkowalczyk
marekkowalczyk / Makefile
Created May 21, 2019 10:46 — forked from kristopherjohnson/Makefile
Makefile that uses Pandoc to generate HTML, PDF, DOCX, etc. from Markdown source files
# Makefile
#
# Converts Markdown to other formats (HTML, PDF, DOCX, RTF, ODT, EPUB) using Pandoc
# <http://johnmacfarlane.net/pandoc/>
#
# Run "make" (or "make all") to convert to all other formats
#
# Run "make clean" to delete converted files
# Convert all files in this directory that have a .md suffix