Skip to content

Template for Logseq and Obsidian compatible note taking system

Notifications You must be signed in to change notification settings

somidad/logsidian-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logsidian-template

Template for Logseq and Obsidian compatible note taking system

Usage

Download zip file from one of the followings

Logseq

logseq/config.edn:

{
 ; Daily note filename has a form of 2023-11-07
 :journal/file-name-format "yyyy-MM-dd"
}

Obsidian

app.json:

{
  "attachmentFolderPath": "./assets",
  "userIgnoreFilters": [
    "logseq/"
  ],
  "alwaysUpdateLinks": true,
  "newFileLocation": "folder",
  "newFileFolderPath": "pages",
  "useTab": true
}

daily-notes.json:

{
  "folder": "journals"
}