Skip to content

parallelinnovation/Quick-note-entry-for-Obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Quick-note-entry-for-Obsidian

A simple one-line quick entry GUI for your Obsidian daily notes in markdown format.

Log your day quickly with this simple GUI that writes remotely to your Obsidian Daily note vault (in outliner format).

Getting Started

Dependancies

You must have PyQt5 installed. If not already installed, python -m pip install PyQt5

  1. Open the obsidianQuickNoteEntry.py file in a text editor or IDE.
  2. Pick which date format you use for your daily notes. Keep DateFormat = 1 unchanged if your daily notes are in the format: MMMM Do, YYYY (November 22, 2021). If your daily notes are in the format YYYY-MM-DD (2021-11-22), change the value to 2.
  3. Copy your Obsidian folder path and paste it between the quotation marks in ObsidianVaultFolder = ""
  4. Do the same with your Daily notes folder. If you keep your daily notes in the same folder as your main folder, just use the same path.
  5. Depending on your OS, you can make a keyboard shortcut to run the program. I use Ctrl Alt N.

About

A simple one-line quick entry GUI for your Obsidian daily notes in markdown format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages