Git Product home page Git Product logo

mdn's Introduction

mdn

A script to manage markdown notes!

Installing

Arch Linux

mdn is available on the AUR.

Manual

Copy or clone this, then put or link mdn to somewhere in your $PATH.

Usage

Add a new note called my_note:

$ mdn [my_note]

Delete my_note:

$ mdn del my_note

List all notes:

$ mdn list

Convert a note to PDF (requires pandoc):

$ mdn pdf my_note

Note: this requires you to set $MDN_CSS_FILE to the path to a CSS file that controls the style of the document.

ZSH Completions

...are available here.

mdn's People

Contributors

lyneca avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mdn's Issues

nvim

Arch Linux
Want to try your mdn because I'm a big fan of markdown and use it a lot.

I have to use nvim? Because I get this error after trying mdn:

ths@arch $ mdn test
/usr/bin/mdn: Zeile 31: nvim: Kommando nicht gefunden.
ths@arch $ cat /usr/bin/mdn
#!/bin/bash

function edit {
    if [ -z "$1" ]; then
        echo ":: Specify a note name"
    else
        nvim "$HOME/.mdn/$1.md"

my PC is clean of vim, you should explain this dependency. In AUR there is nothing about that.

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.