Skip to content

Commit

Permalink
📝 Clarify README, update images
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Oct 27, 2022
1 parent 765bf6c commit 7d711fa
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git push --tags
npm run release-notes -- ${VERSION}
echo "::set-output name=version::${VERSION}"
echo "version=${VERSION}" >> $GITHUB_OUTPUT
# Create the release on github
- name: Create Release
Expand Down Expand Up @@ -85,15 +85,15 @@ jobs:
asset_name: theme.css
asset_content_type: text/css

- name: Upload tasks-snippet-for-0.16.css
- name: Upload tasks-snippet.css
id: upload-tasks-snippet
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./tasks-snippet-for-0.16.css
asset_name: tasks-snippet-for-0.16.css
asset_path: ./tasks-snippet.css
asset_name: tasks-snippet.css
asset_content_type: text/css

# Upload manifest.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This is a dark and light theme for [Obsidian.md](https://obsidian.md), a note taking app.

Headers are styled and sized (for mobile and not) with and without Sliding panes (and rotated headers). Modals, tables, and other panels are also styled.
Headers are styled and sized (for mobile and not) with and without stacked tabs. Modals, tables, and other panels are also styled.

Some light styling has also been applied for the following community plugins:

Expand Down
Binary file modified images/admonitions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ebullientworks-theme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/tabs-content.png
Binary file not shown.
Binary file removed images/tabs-stacked.png
Binary file not shown.
Binary file modified images/theme-colors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d711fa

Please sign in to comment.