diff --git a/.github/TODO.md b/.github/TODO.md index f09346c..e7c12c1 100644 --- a/.github/TODO.md +++ b/.github/TODO.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c16979..e0501c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +