mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Release Khoj version 0.6.0
Upload styles.css via release workflow
This commit is contained in:
@@ -143,6 +143,7 @@ function getIndexDirectoryFromBackendConfig(filepath: string) {
|
||||
export async function createNote(name: string, newLeaf = false): Promise<void> {
|
||||
try {
|
||||
let pathPrefix: string
|
||||
// @ts-ignore
|
||||
switch (app.vault.getConfig('newFileLocation')) {
|
||||
case 'current':
|
||||
pathPrefix = (app.workspace.getActiveFile()?.parent.path ?? '') + '/'
|
||||
|
||||
Reference in New Issue
Block a user