Simple, keyboard-first, markdown note-taking for MacOS

Overview

QuickDown

Simple, keyboard-first, markdown note-taking for MacOS

Demo

Main Features

  • Global Hotkey: ⌘-⌥-N
  • Save Note: ⌘-S
  • Launch on Login (Optional)

Additional Features

  • Dismiss Popover: Esc
  • Open Note: ⌘-O

Install QuickDown (Apple Silicon)

  • Download latest release (QuickDown.zip) from releases
  • Unzip and drag QuickDown.app to your /Applications folder
  • Open QuickDown.app

Optional: Launch on Login

If you like having QuickDown around after logins, click on the gear bottom-right and check "Launch on Login"

Background

As an avid Obsidian user and constant pen-paper note-taker, I often want to take a quick markdown note while working

  • without having to keep Obsidian running in the background
  • without having to switch to Obsidian to write
  • without having to leave my keyboard

To me, I want to "catch" notes all the time, while I want to connect and remix them in Obsidian only at specific moments.

None of the existing note-taking menu bar apps had what I needed. So I made my own that fits my needs perfectly.

  1. A single global hotkey ⌘-⌥-N opens the note popover
  2. A simple ⌘-S saves the note into my Obsidian vault
  3. A simple Esc dismisses the popover

Just a way to jot down a markdown note.

Nothing more, nothing less.

You might also like...
An Objective-C framework for converting Markdown to HTML.

MMMarkdown MMMarkdown is an Objective-C framework for converting Markdown to HTML. It is compatible with OS X 10.7+, iOS 8.0+, tvOS, and watchOS. Unli

Markdown syntax highlighter for iOS
Markdown syntax highlighter for iOS

Marklight Markdown syntax highlighter for iOS and macOS. Description Marklight is a drop in component to easily add realtime Markdown syntax highlight

Rich Markdown editing control for iOS
Rich Markdown editing control for iOS

MarkdownTextView Rich Markdown Editing for iOS MarkdownTextView is an iOS framework for adding rich Markdown editing capabilities. Support for Markdow

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.

SwiftyMarkdown 1.0 SwiftyMarkdown converts Markdown files and strings into NSAttributedStrings using sensible defaults and a Swift-style syntax. It us

Markdown parsing and rendering for iOS and OS X
Markdown parsing and rendering for iOS and OS X

CocoaMarkdown Markdown parsing and rendering for iOS and macOS CocoaMarkdown is a cross-platform framework for parsing and rendering Markdown, built o

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.

Down Blazing fast Markdown (CommonMark) rendering in Swift, built upon cmark v0.29.0. Is your app using it? Let us know! If you're looking for iwasrob

Markdown parser for iOS

Marky Mark Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks it highly customizable and the supported

A Github action for creating generic run report using Markdown
A Github action for creating generic run report using Markdown

create-report A Github action for creating generic run report (using Markdown!) - uses: michaelhenry/[email protected] with: report-title: "

Generate help centers for your iOS apps, with Markdown
Generate help centers for your iOS apps, with Markdown

Generate help centers for your iOS apps, with Markdown! All you need to do is wr

Releases(v2.3)
  • v2.3(Jan 18, 2022)

    New Features

    This release expands your ability to add context to new notes with the following new directives:

    1. ID – Automatically fill in an auto-incrementing integer ID using %ID%
    2. UUID – Automatically fill in an auto-generating UUID using %UUID%
    3. Zettelkasten ID – Automatically fill in a 'yyyyMMddHHmm'-formatted striung using %ZKID%
    id-template-settings added-ids Source code(tar.gz)
    Source code(zip)
    QuickDown.dmg(7.22 MB)
  • v2.2(Jan 14, 2022)

  • v2.1(Jan 13, 2022)

    Create better notes faster with a custom markdown template without having to leave your keyboard

    Pre-fill your template with directives for:

    • Your cursor position (%CURSOR%)
    • Today's date and time (%DATETIME%)
    • Just today's date (%DATE%)
    • Just the time (%TIME%)
    • Your clipboard content (%CLIPBOARD%)

    Insert directives in your template

    Screenshot 2022-01-12 at 17 48 25

    Live replacement on new note

    applied-template-result

    Changes

    • Fixes cursor-position bug when directives appear before %CURSOR%
    Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.37 MB)
  • v2.0(Jan 12, 2022)

    Create better notes faster with a custom markdown template without having leave your keyboard with directives for:

    • Your cursor position (%CURSOR%)
    • Today's date and time (%DATETIME%)
    • Just today's date (%DATE%)
    • Just the time (%TIME%)
    • Your clipboard content (%CLIPBOARD%)

    Insert directives in your template

    Screenshot 2022-01-12 at 17 48 25

    Live replacement on new note

    Screenshot 2022-01-12 at 17 45 44 copy Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.37 MB)
  • v1.9(Jan 12, 2022)

    New Features

    Markdown Template WITH Custom Cursor Placement

    • Super useful when you want to have a solid boilerplate for all your notes but STILL want to start writing right away
    • You can now create complex Markdown templates and still place your cursor exactly where you want to start writing
    • Simply use %CURSOR% to tell QuickDown where to place your cursor on focus:
    Screenshot 2022-01-12 at 16 03 33

    Improvements

    • Simpler, tabbed settings panel
    Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.37 MB)
  • v1.7(Jan 11, 2022)

  • v1.6(Jan 11, 2022)

    Another release to test how the application icon and hotkey stay where they are (and not get gobbled up by garbage-collection and thus disappear)

    If you're experiencing the same as me – The menu bar icon randomly disappearing – thank you for your patience! I have the same issue and hope to figure it out very soon.

    Please update to this version (1.6) whenever you can. Thanks!

    Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.32 MB)
  • v1.4(Jan 4, 2022)

  • v1.3(Jan 4, 2022)

    Fixes

    Fixes silent quitting

    • Due to how the popover is presented and kept up-top, I accidentally quit the app without intention
    • This overrides the Command-Quit action and hopefully (I have to test this with this signed, notarized and downloaded version myself)
    Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.33 MB)
  • v1.1(Dec 23, 2021)

    QuickDown: Keyboard-first, local markdown note-taking for MacOS

    Demo

    Features

    • Global Hotkey: ⌘-⌥-N
    • Save Markdown Note: ⌘-S

    Utilities

    • Dismiss Popover: Esc
    • Open Markdown Note: ⌘-O

    Install QuickDown (MacOS/Arm64)

    • Download latest release (QuickDown.zip) from releases
    • Unzip and drag QuickDown.app to your /Applications folder
    • Open QuickDown.app

    Optional: Launch on Login

    If you like having QuickDown around after logins, click on the gear bottom-right and check "Launch on Login"

    Add to Login Items

    Important – With the officially Apple-signed app from the .zip:

    For some reason I also had to manually add the application to my Login Items for it to work.

    • Open System Preferences
    • Users & Groups >
    • Login Items > Add (+) > Select /Applications/QuickDown.app

    Demo

    Background

    As an avid Obsidian user and constant pen-paper note-taker, I often want to take a quick markdown note while working

    • without having to keep Obsidian running in the background
    • without having to switch to Obsidian to write
    • without having to leave my keyboard

    To me, I want to "catch" notes all the time, while I want to connect and remix them in Obsidian only at specific moments.

    None of the existing note-taking menu bar apps had what I needed. So I made my own that fits my needs perfectly.

    1. A single global hotkey ⌘-⌥-N opens the note popover
    2. A simple ⌘-S saves the note into my Obsidian vault
    3. A simple Esc dismisses the popover

    Just a way to jot down a markdown note.

    Nothing more, nothing less.

    Total Downloads

    Source code(tar.gz)
    Source code(zip)
    QuickDown.zip(1.32 MB)
Owner
Alexis Rondeau
Alexis Rondeau
MarkdownView is a WKWebView based UI element, and internally use bootstrap, highlight.js, markdown-it.

MarkdownView is a WKWebView based UI element, and internally use bootstrap, highlight.js, markdown-it.

Keita Oouchi 1.8k Dec 21, 2022
Marky Mark is a parser written in Swift that converts markdown into native views.

Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks it highly customizable and the supported markdown syntax is easy to extend.

M2mobi 287 Nov 29, 2022
Notepad - A fully themeable iOS markdown editor with live syntax highlighting.

Notepad is just like any other UITextView, but you need to use the convenience initializer in order to use the themes. To create a new theme, copy one of the existing themes and edit the JSON.

Rudd Fawcett 802 Dec 31, 2022
Markdown in SwiftUI, and some other interesting components.

RoomTime RoomTime is a bundle of tools developed in my app RoomTime Lite. ( ?? RoomTime Lite is still in development) Features TextArea AutoWrap Markd

Chen SiWei 56 Dec 20, 2022
Markdown parser for iOS

Marky Mark Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks it highly customizable and the supported

M2mobi 254 Jun 11, 2021
Swift markdown library

Markdown ![Swift version](https://img.shields.io/badge/Swift-2.1 | 2.2-blue.svg) ![GitHub license](https://img.shields.io/badge/license-LGPL v3-green.

Crossroad Labs 79 Oct 9, 2022
A Pure Swift implementation of the markdown mark-up language

SmarkDown A pure Swift markdown implementation consistent with Gruber's 1.0.1 version. It is released under the BSD license so please feel free to use

Swift Studies 67 Jan 24, 2022
`resultBuilder` support for `swift-markdown`

SwiftMarkdownBuilder resultBuilder support for swift-markdown. The default way to build Markdown in swift-markdown is to use varargs initializers, e.g

DocZ 9 May 31, 2022
Leverages Apple's Swift-based Markdown parser to output NSAttributedString.

Markdownosaur ?? Markdownosaur uses Apple's excellent and relatively new Swift Markdown library to analyze a Markdown source, and then takes that anal

Christian Selig 232 Dec 20, 2022
AttributedString Markdown initializer with custom styling

AttributedString Markdown initializer with custom styling AttributedString in iOS 15 and macOS 12 comes with a Markdown initializer. But: There is no

Frank Rausch 41 Dec 19, 2022