Giter VIP home page Giter VIP logo

hotes's Introduction

Hotes (Harvey's Notes)

This is an experimental VS Code extension. The goal is to streamline my personal note-taking in markdown. For the time being this is not meant for anyone other than me.

Why?

I take a lot of notes. After devoting substantial time to Dropbox Paper, Notion.so, Bear, Evernote, etc., I wanted to try the simplest, most portable, most durable approach: a bunch of markdown files!

But I'm not ready to give up on the niceties some of those tools provide, such as wiki-style linking between docs and easy image insertion. I also don't want to saddle myself to another framework like org mode or vimwiki.

Hence this project, to see how much work it'd be to find a best-of-all-worlds compromise.

Note that I almost bailed on this approach until I tried the excellent Markdown Support for Visual Studio Code, which makes editing markdown in vscode just as nice as (if not nicer than) any of those tools listed above.

Features

Insert links between pages

Provides a command to create a link to between pages that will actually work in the editor when clicked on. For example:

[Some Good Stuff](../bad-stuff/some-good-stuff.md)

Document index

Find #tags in docs and build up a browsable index of them with links to docs.

Add images to notes

Provides a quick-picker of the images in my screenshots directory. Upon selection, it will copy the file into my Notes/Images folder with a unique name and insert a link to the image (![alt](/Notes/Images/123456789.png)) into the doc.

That naming approach prevents images from showing up in Ctrl-P searching.

Create note templates for web articles

Enter a URL, get a markdown template that looks like:

# Article Title Goes Here

https://url/goes/here

Tags: (to be added manually)

## Scraped headers ...

### ... go here

Auto-rename markdown files

For example, a markdown file with a header # Fascinating Article about (Doorknobs)! will be auto-named fascinating-article-about-doorknobs.md.

Keeping the filenames in sync with the doc titles aids in Ctrl-P searching, among other things.

TODO

hotes's People

Contributors

harveyr avatar

Watchers

 avatar

Forkers

tktsai

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.