Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Refresh published and upload new notes ⇒ upload all notes #275

Closed
Mara-Li opened this issue Jan 18, 2024 Discussed in #274 · 0 comments
Closed

[bug]: Refresh published and upload new notes ⇒ upload all notes #275

Mara-Li opened this issue Jan 18, 2024 Discussed in #274 · 0 comments
Assignees
Labels
🐛 Bug Something isn't working

Comments

@Mara-Li
Copy link
Member

Mara-Li commented Jan 18, 2024

Discussed in https://github.com/orgs/ObsidianPublisher/discussions/274

Originally posted by thienqc January 18, 2024
I use 'Refresh published and upload new notes,' but the notes that I haven't edited are still being scanned and take a lot of time to upload. When checking on GitHub, these notes show no changes. Is this because I'm using the filename?
My settings:

{
  "github": {
    "branch": "main",
    "automaticallyMergePR": true,
    "tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env",
    "api": {
      "tiersForApi": "Github Free/Pro/Team (default)",
      "hostname": ""
    },
    "workflow": {
      "commitMessage": "[PUBLISHER] Merge",
      "name": ""
    },
    "verifiedRepo": true
  },
  "upload": {
    "behavior": "fixed",
    "defaultName": "docs/post",
    "rootFolder": "docs",
    "yamlFolderKey": "category",
    "frontmatterTitle": {
      "enable": true,
      "key": "filename"
    },
    "replaceTitle": [],
    "replacePath": [],
    "autoclean": {
      "enable": true,
      "excluded": [
        "docs/assets/js",
        "docs/assets/meta",
        "docs/assets/css",
        "tags.md",
        "graph.md"
      ]
    },
    "folderNote": {
      "enable": true,
      "rename": "index.md",
      "addTitle": {
        "enable": false,
        "key": "title"
      }
    },
    "metadataExtractorPath": "",
    "subFolder": ""
  },
  "conversion": {
    "hardbreak": false,
    "dataview": true,
    "censorText": [],
    "tags": {
      "inline": true,
      "exclude": [],
      "fields": []
    },
    "links": {
      "internal": true,
      "unshared": true,
      "wiki": true,
      "slugify": false
    }
  },
  "embed": {
    "attachments": true,
    "overrideAttachments": [],
    "keySendFile": [
      "image"
    ],
    "notes": true,
    "folder": "docs/assets/img",
    "convertEmbedToLinks": "keep",
    "charConvert": "->"
  }
}
```</div>
@github-actions github-actions bot added the 🐛 Bug Something isn't working label Jan 18, 2024
@Mara-Li Mara-Li self-assigned this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant