Giter VIP home page Giter VIP logo

obsidian-spider's Introduction

An Easy Way to write blogs, etc. Using Obsidian Notes.

Installing KATEX;

In your project file,

npm install katex

That's it! Everything else is handled within the script.

Setting up:

  1. Drag the obsidian-spider.js script into your folder.
  2. Add in this bit to your <head> tag.
<script src="obsidian-spider.js"></script>
  1. Add in this bit to the <body> tag.
 <script>
   spider('OBSIDIAN_FILE_PATH');
 </script>
  1. Set OBSIDIAN_FILE_PATH to the relative path from the obsidian-spider.js file to your obsidian .md file. Obsidian stores it's files as .md markdown files. Which we'll use to generate our website.

Styling Reference


Name CSS
Headers h1.spider
Horizontal rule hr.spider
Bolds b.spider
Italics i.spider
Strikethroughs s.spider
Highlights mark.spider
Comments text.spider-comments
Internal Links a.spider-links-internal
External Links a.spider-links-external
Images img.spider
Quotes text.spider-quotes
Tags text.spider-tags
Unordered Lists li.spider-unordered
Ordered Lists li.spider-ordered
Task Lists spider-tasklist

obsidian-spider's People

Contributors

aryan-pahwani avatar

Stargazers

Mr. Rc avatar

Watchers

 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.