Coder Social home page Coder Social logo

mrmm / 190920232018-thevault Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saas786/thevault

0.0 1.0 0.0 9 MB

Personal digital garden. An obsidian vault for all my notes. Keeping it public in case it could help other people.

Home Page: https://vault.stormix.co

190920232018-thevault's Introduction

TheVault.png

The Vault - Personal digital garden

Still a WIP since I need to migrate all my notes from OneNote.

An obsidian vault with all my notes. Keeping it public in case it could help other people.

P.S:

  • I just started using Obsidian recently, so I don't have a lot of notes and the structure will definitely change.
  • The repo is updated automatically using the obsidian-git plugin, so commits won't be that meaningful.

To do

  • Reorganize notes (The P.A.R.A. method looks interesting)
  • Publish vault as a publicly available website (using Quartz maybe?)
  • List all enabled plugins

Bookmarklet

Drag this Send to Obsidian to your bookmarks, right-click and select edit, paste the following instead of the link.

javascript: (function () {
  const title = document.title;
  const selectedText = window.getSelection().toString();
  const url = document.location.href;
  const tag = '[[saved_from_chrome]]';
  const content = `# ${title} ${
    selectedText != "" ?
      `${"\n"} > ${selectedText.replaceAll("\n", "\n> ")}`
      : ""
    } ${"\n\n"} - [${title}](${url}) ${"\n\n"} ${tag}`;
  document.location.href =
  `obsidian://new?name=${encodeURIComponent(title)}&content=${encodeURIComponent(content)}&vault=TheVault`
})();

Credits

190920232018-thevault's People

Contributors

stormix 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.