Git Product home page Git Product logo

templater_templates's Introduction

Christian's Templater Templates

Found a template your like? Make sure you copy the raw file - not what Github renders. Click this button to see the raw file: image

Scripts

You will have to define a folder for your userscripts in Templater. Do this in your Templater settings under "Script files folder location". Remember, the scripts are called like this: tp.user.QuickAdd(tp, choices);, where QuickAdd is the case-sensitive name of thie file. So, if you change the file name, change it in the markdown template as well.

Installation of Scripts

  1. Grab both the .md and .js file. Make sure it is the raw markdown file.
  2. Make sure you've set a file path to "Script files folder location" as well as a "Template folder location" in your Templater settings.
  3. Add the .md file ot the folder you've set as your "Template folder location".
  4. Add the .js file ot the folder you've set as your "Script files folder location".

IMPORTANT: If you are inserting a template that has more than text (templater commands, etc), then you need to enable Trigger Templater on file creation.

iyeaguTouz.mp4

Please use the QuickAdd plugin instead.

Insert anything from your Readwise account. You will need your Readwise token - which you can get here. It should be able to fetch anything from any time.

To get the main menu, use the readwise.md template. If you want to have a quote fetched from your "supplementals", you can use readwisedaily.md. I use that one in my daily note to show me a quote from one of the books I've marked as "supplemental".

Main menu

Obsidian_UfeK41i3zb

Books

image

Book selected

image

Write one highlight (select highlight)

image

This is a dataview query. image

Templates

Simple markdown templates that augment workflow.

Installation

  1. Make sure you've set a path to "Template folder location" in your Templater settings.
  2. Add the .md file ot the folder you've set as your "Template folder location". Make sure this is the raw markdown file. See instructions at the top of the page.
L2qAeDiULk.mp4

Insert a codebox with the language specifed. Has two predefined languages. image

Example:

```CSharp

```

Insert a LaTeX color with any predefined color. image

Example: \color{black}

Insert a LaTeX environment (without $$$$ - I assume this is already done). image

Example:

$$
	\begin{gather} 
        // cursor will be set here
  \end{gather}
$$

This allows you to copy links to files found in a Dataviewjs query. You can customize the format however you want.

DEMO (and my use case): p19qk7DGAX

templater_templates's People

Contributors

chhoumann avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.