update docs

This commit is contained in:
Mayuran Visakan 2023-07-08 20:09:25 +01:00
parent 3bf4a55aa1
commit 9e704f610e

13
.github/TODO.md vendored
View file

@ -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/)