├── .DS_Store ├── .gitignore ├── Bookends ├── BatchEditPDFMetaData.scpt └── Change PDF Metadata multiple and Send to DEVONthink.scpt ├── DEVONthink Pro ├── New Zettel Note___Alt-Cmd-Z.templatescriptd │ └── Contents │ │ ├── Info.plist │ │ └── Resources │ │ ├── %myDoc%.md │ │ └── Scripts │ │ └── main.scpt └── copy alliases and selected text.scpt ├── Deckset ├── Apple Business Class.dstheme ├── Meta Business Class.dstheme ├── San Francisco in IC Blue.dstheme ├── Simple Dark Cool Highlight.dstheme ├── Simple Dark Highlight.dstheme └── Simple Dark Mode.dstheme ├── KeyboardMaestro └── Enable WikiLink.kmmacros ├── Markdown Tools ├── FindAndReplace │ ├── Update Date Edited.kmmacros │ └── Update Date Edited.scpt └── Settings for MarkDownload - Markdown Web Clipper.md ├── Marked ├── .DS_Store └── css │ ├── academic-cv.css │ ├── academic-review.css │ ├── amj-academic.css │ ├── chicago-academic.css │ └── industry-cv.css ├── Obsidian ├── Amethyst_with iA Writer Fonts and CSS hacks.css ├── Amethyst_with iA Writer Fonts.css ├── Autoamtion Scripts │ └── copy markdown link.js ├── Bear Ayu.css ├── Bear-Red-Graphite.css ├── CSS snippets │ ├── Andy Matuschak mode.css │ ├── Bigger link popup preview.css │ ├── Blockquote.css │ ├── Bullet Point Relationship Lines.css │ ├── Checkboxes.css │ ├── Hide Markdown Syntax.css │ ├── Hide URLs in Edit mode.css │ ├── Image zoom in preview.css │ ├── Outliner For The Outline and File Explorer.css │ ├── Remove Yaml Front Matter from embeds.css │ ├── Replace header hashes (#) by H[1-6].css │ ├── clutter free edit.css │ ├── enlarging images on hover.css │ ├── iA Writer header.css │ ├── iA Writter Quattro V.css │ ├── round checkboxes.css │ └── show line number.css ├── Comfort-coda.txt ├── Panic room.css ├── obsidian-Ayu-Mirage.css ├── obsidian-iA Writer with SF Mono Font.css ├── obsidian-iA Writer.css ├── obsidian2020-10-02.css ├── obsidian_2020-10-01.css ├── obsidian_ia.css └── obsidiand20200909145843.css ├── OmniOutliner ├── Comprehensive Paper Summary.otemplate ├── Dark Alternating.otemplate ├── Dark MD.otemplate ├── Forked │ ├── Bear Panic Mode 2.otemplate │ ├── Bear Panic Mode.otemplate │ ├── Bear Solarized.otemplate │ └── Dracula.otemplate ├── Literature Review.otemplate └── Tutoring.otemplate ├── PopClip ├── ShowPopclip.scpt └── Wikify.popclipext │ ├── Config.plist │ └── script.rb ├── README.md ├── Ulysses └── True Black - Notes from Highlights.ultheme ├── Web └── download-and-localize-website.sh ├── Zettlr ├── Ayu-light.css ├── Bear-like.md ├── Simple.css ├── Zotero as Zettelkasten.md ├── zettlr - Dark theme.md ├── zettlr - bear theme.md ├── zettlr - blue bear theme.md ├── zettlr - iA Writer Like Theme.md └── zettlr - paperstyle theme.md ├── Zotero ├── SyncBookendswithZotero.sh ├── Translators for QuickCopy │ ├── Roam-QuickCopy2MD.js │ ├── attachmentLink.js │ ├── copy-link-to-selected-item.js │ └── zotselect-link.js ├── ZotfileAnnotation.css └── zotero-mdnotes │ └── Mdnotes Custom Preferences - "Titles" for different item types.js └── iA Writer └── Chicago ├── .gitignore ├── Chicago.iatemplate └── Contents │ ├── Info.plist │ └── Resources │ ├── .Rhistory │ ├── box-night-mode-ios.svg │ ├── box-night-mode-osx.svg │ ├── box.svg │ ├── check-night-mode-ios.svg │ ├── check-night-mode-osx.svg │ ├── check.svg │ ├── core.css │ ├── document.html │ ├── header.html │ ├── master.js │ ├── style.css │ └── title.html ├── Example.iatemplate └── Contents │ ├── Info.plist │ └── Resources │ ├── document.html │ ├── footer.html │ ├── header.html │ ├── style.css │ └── title.html ├── Info.png ├── Markup.html ├── Markup.txt ├── Pages.png └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /Bookends/BatchEditPDFMetaData.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Bookends/BatchEditPDFMetaData.scpt -------------------------------------------------------------------------------- /Bookends/Change PDF Metadata multiple and Send to DEVONthink.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Bookends/Change PDF Metadata multiple and Send to DEVONthink.scpt -------------------------------------------------------------------------------- /DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Info.plist -------------------------------------------------------------------------------- /DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Resources/%myDoc%.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Resources/%myDoc%.md -------------------------------------------------------------------------------- /DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/DEVONthink Pro/New Zettel Note___Alt-Cmd-Z.templatescriptd/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /DEVONthink Pro/copy alliases and selected text.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/DEVONthink Pro/copy alliases and selected text.scpt -------------------------------------------------------------------------------- /Deckset/Apple Business Class.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/Apple Business Class.dstheme -------------------------------------------------------------------------------- /Deckset/Meta Business Class.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/Meta Business Class.dstheme -------------------------------------------------------------------------------- /Deckset/San Francisco in IC Blue.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/San Francisco in IC Blue.dstheme -------------------------------------------------------------------------------- /Deckset/Simple Dark Cool Highlight.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/Simple Dark Cool Highlight.dstheme -------------------------------------------------------------------------------- /Deckset/Simple Dark Highlight.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/Simple Dark Highlight.dstheme -------------------------------------------------------------------------------- /Deckset/Simple Dark Mode.dstheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Deckset/Simple Dark Mode.dstheme -------------------------------------------------------------------------------- /KeyboardMaestro/Enable WikiLink.kmmacros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/KeyboardMaestro/Enable WikiLink.kmmacros -------------------------------------------------------------------------------- /Markdown Tools/FindAndReplace/Update Date Edited.kmmacros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Markdown Tools/FindAndReplace/Update Date Edited.kmmacros -------------------------------------------------------------------------------- /Markdown Tools/FindAndReplace/Update Date Edited.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Markdown Tools/FindAndReplace/Update Date Edited.scpt -------------------------------------------------------------------------------- /Markdown Tools/Settings for MarkDownload - Markdown Web Clipper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Markdown Tools/Settings for MarkDownload - Markdown Web Clipper.md -------------------------------------------------------------------------------- /Marked/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/.DS_Store -------------------------------------------------------------------------------- /Marked/css/academic-cv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/css/academic-cv.css -------------------------------------------------------------------------------- /Marked/css/academic-review.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/css/academic-review.css -------------------------------------------------------------------------------- /Marked/css/amj-academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/css/amj-academic.css -------------------------------------------------------------------------------- /Marked/css/chicago-academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/css/chicago-academic.css -------------------------------------------------------------------------------- /Marked/css/industry-cv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Marked/css/industry-cv.css -------------------------------------------------------------------------------- /Obsidian/Amethyst_with iA Writer Fonts and CSS hacks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Amethyst_with iA Writer Fonts and CSS hacks.css -------------------------------------------------------------------------------- /Obsidian/Amethyst_with iA Writer Fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Amethyst_with iA Writer Fonts.css -------------------------------------------------------------------------------- /Obsidian/Autoamtion Scripts/copy markdown link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Autoamtion Scripts/copy markdown link.js -------------------------------------------------------------------------------- /Obsidian/Bear Ayu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Bear Ayu.css -------------------------------------------------------------------------------- /Obsidian/Bear-Red-Graphite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Bear-Red-Graphite.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Andy Matuschak mode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Andy Matuschak mode.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Bigger link popup preview.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Bigger link popup preview.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Blockquote.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Blockquote.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Bullet Point Relationship Lines.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Bullet Point Relationship Lines.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Checkboxes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Checkboxes.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Hide Markdown Syntax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Hide Markdown Syntax.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Hide URLs in Edit mode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Hide URLs in Edit mode.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Image zoom in preview.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Image zoom in preview.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Outliner For The Outline and File Explorer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Outliner For The Outline and File Explorer.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Remove Yaml Front Matter from embeds.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Remove Yaml Front Matter from embeds.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/Replace header hashes (#) by H[1-6].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/Replace header hashes (#) by H[1-6].css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/clutter free edit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/clutter free edit.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/enlarging images on hover.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/enlarging images on hover.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/iA Writer header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/iA Writer header.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/iA Writter Quattro V.css: -------------------------------------------------------------------------------- 1 | div.markdown-source-view { 2 | font-family: iA Writer Quattro V; 3 | } -------------------------------------------------------------------------------- /Obsidian/CSS snippets/round checkboxes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/round checkboxes.css -------------------------------------------------------------------------------- /Obsidian/CSS snippets/show line number.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/CSS snippets/show line number.css -------------------------------------------------------------------------------- /Obsidian/Comfort-coda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Comfort-coda.txt -------------------------------------------------------------------------------- /Obsidian/Panic room.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/Panic room.css -------------------------------------------------------------------------------- /Obsidian/obsidian-Ayu-Mirage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian-Ayu-Mirage.css -------------------------------------------------------------------------------- /Obsidian/obsidian-iA Writer with SF Mono Font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian-iA Writer with SF Mono Font.css -------------------------------------------------------------------------------- /Obsidian/obsidian-iA Writer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian-iA Writer.css -------------------------------------------------------------------------------- /Obsidian/obsidian2020-10-02.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian2020-10-02.css -------------------------------------------------------------------------------- /Obsidian/obsidian_2020-10-01.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian_2020-10-01.css -------------------------------------------------------------------------------- /Obsidian/obsidian_ia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidian_ia.css -------------------------------------------------------------------------------- /Obsidian/obsidiand20200909145843.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Obsidian/obsidiand20200909145843.css -------------------------------------------------------------------------------- /OmniOutliner/Comprehensive Paper Summary.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Comprehensive Paper Summary.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Dark Alternating.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Dark Alternating.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Dark MD.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Dark MD.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Forked/Bear Panic Mode 2.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Forked/Bear Panic Mode 2.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Forked/Bear Panic Mode.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Forked/Bear Panic Mode.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Forked/Bear Solarized.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Forked/Bear Solarized.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Forked/Dracula.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Forked/Dracula.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Literature Review.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Literature Review.otemplate -------------------------------------------------------------------------------- /OmniOutliner/Tutoring.otemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/OmniOutliner/Tutoring.otemplate -------------------------------------------------------------------------------- /PopClip/ShowPopclip.scpt: -------------------------------------------------------------------------------- 1 | tell application "PopClip" to appear -------------------------------------------------------------------------------- /PopClip/Wikify.popclipext/Config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/PopClip/Wikify.popclipext/Config.plist -------------------------------------------------------------------------------- /PopClip/Wikify.popclipext/script.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/PopClip/Wikify.popclipext/script.rb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/README.md -------------------------------------------------------------------------------- /Ulysses/True Black - Notes from Highlights.ultheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Ulysses/True Black - Notes from Highlights.ultheme -------------------------------------------------------------------------------- /Web/download-and-localize-website.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Web/download-and-localize-website.sh -------------------------------------------------------------------------------- /Zettlr/Ayu-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/Ayu-light.css -------------------------------------------------------------------------------- /Zettlr/Bear-like.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/Bear-like.md -------------------------------------------------------------------------------- /Zettlr/Simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/Simple.css -------------------------------------------------------------------------------- /Zettlr/Zotero as Zettelkasten.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/Zotero as Zettelkasten.md -------------------------------------------------------------------------------- /Zettlr/zettlr - Dark theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/zettlr - Dark theme.md -------------------------------------------------------------------------------- /Zettlr/zettlr - bear theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/zettlr - bear theme.md -------------------------------------------------------------------------------- /Zettlr/zettlr - blue bear theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/zettlr - blue bear theme.md -------------------------------------------------------------------------------- /Zettlr/zettlr - iA Writer Like Theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/zettlr - iA Writer Like Theme.md -------------------------------------------------------------------------------- /Zettlr/zettlr - paperstyle theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zettlr/zettlr - paperstyle theme.md -------------------------------------------------------------------------------- /Zotero/SyncBookendswithZotero.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/SyncBookendswithZotero.sh -------------------------------------------------------------------------------- /Zotero/Translators for QuickCopy/Roam-QuickCopy2MD.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/Translators for QuickCopy/Roam-QuickCopy2MD.js -------------------------------------------------------------------------------- /Zotero/Translators for QuickCopy/attachmentLink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/Translators for QuickCopy/attachmentLink.js -------------------------------------------------------------------------------- /Zotero/Translators for QuickCopy/copy-link-to-selected-item.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/Translators for QuickCopy/copy-link-to-selected-item.js -------------------------------------------------------------------------------- /Zotero/Translators for QuickCopy/zotselect-link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/Translators for QuickCopy/zotselect-link.js -------------------------------------------------------------------------------- /Zotero/ZotfileAnnotation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/ZotfileAnnotation.css -------------------------------------------------------------------------------- /Zotero/zotero-mdnotes/Mdnotes Custom Preferences - "Titles" for different item types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/Zotero/zotero-mdnotes/Mdnotes Custom Preferences - "Titles" for different item types.js -------------------------------------------------------------------------------- /iA Writer/Chicago/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Info.plist -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box-night-mode-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box-night-mode-ios.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box-night-mode-osx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box-night-mode-osx.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/box.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check-night-mode-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check-night-mode-ios.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check-night-mode-osx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check-night-mode-osx.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/check.svg -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/core.css -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/document.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/document.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/header.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/master.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/master.js -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/style.css -------------------------------------------------------------------------------- /iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Chicago.iatemplate/Contents/Resources/title.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Example.iatemplate/Contents/Info.plist -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Resources/document.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Example.iatemplate/Contents/Resources/document.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Resources/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Example.iatemplate/Contents/Resources/footer.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Resources/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Example.iatemplate/Contents/Resources/header.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Resources/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iA Writer/Chicago/Example.iatemplate/Contents/Resources/title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Example.iatemplate/Contents/Resources/title.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Info.png -------------------------------------------------------------------------------- /iA Writer/Chicago/Markup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Markup.html -------------------------------------------------------------------------------- /iA Writer/Chicago/Markup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Markup.txt -------------------------------------------------------------------------------- /iA Writer/Chicago/Pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/Pages.png -------------------------------------------------------------------------------- /iA Writer/Chicago/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxule/themes-scripts/HEAD/iA Writer/Chicago/README.md --------------------------------------------------------------------------------