update docs

This commit is contained in:
Mayuran Visakan 2023-07-08 18:26:45 +01:00
parent 3aab323fd6
commit 3bf4a55aa1
2 changed files with 9 additions and 16 deletions

24
.github/TODO.md vendored
View file

@ -1,13 +1,17 @@
# TODO
Folding
Folding hook
Border
Shadow
Editing Mode
Reading Mode
1. Check through:
- `package.json`
- `package-lock.json`
- `eslintrc`
2. Update github:
- See [Creating Tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#_creating_tags) - For Obsidian plugins, this must be the same as the version.
- `git tag -a 1.0.1 -m "1.0.1"`
- `git push origin 1.0.1`
- 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)
@ -24,16 +28,4 @@
- Documentation:
- Actions:
- [Example 1](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/.github/workflows/update-docs-markdown.yml)
3. Debug iOS
## Consider
```css
/*! Wrap Live Preview Codeblock */
.HyperMD-codeblock:not(.cm-active):not(:hover) > .cm-hmd-codeblock {
white-space: nowrap !important;
}
.markdown-source-view.mod-cm6 .block-language-preview code {
white-space: pre-wrap !important;
}
```
- dependabot not on master branch

View file

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
See this project's [releases](/../../../releases).
<!-- Create a new release using `git tag -a 1.0.0 -m "1.0.0"` and `git push origin 1.0.0` with the correct version numbers -->
<!-- Types of Changes -->
<!-- ### Added -->