From 9e704f610e3bfd2dbd5682ead1e4b732a5adeb32 Mon Sep 17 00:00:00 2001 From: Mayuran Visakan Date: Sat, 8 Jul 2023 20:09:25 +0100 Subject: [PATCH] update docs --- .github/TODO.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/TODO.md b/.github/TODO.md index e7c12c1..7765833 100644 --- a/.github/TODO.md +++ b/.github/TODO.md @@ -1,17 +1,11 @@ # TODO -Folding -Folding hook -Border -Shadow -Editing Mode -Reading Mode - -1. Check through: +1. Split up CSS files as described on Obsidian discord +2. Check through: - `package.json` - `package-lock.json` - `eslintrc` -2. Update github: +3. Update github: - Better issue templates using [yaml](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) - [Example 1](https://github.com/javalent/admonitions/tree/main/.github/ISSUE_TEMPLATE) - [Example 2](https://github.com/obsidian-tasks-group/obsidian-tasks/tree/main/.github/ISSUE_TEMPLATE) @@ -29,3 +23,4 @@ Reading Mode - Actions: - [Example 1](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/.github/workflows/update-docs-markdown.yml) - dependabot not on master branch + - [useful](https://softwaremill.com/how-to-use-dependabot-on-github/)