Skip to content

Commit

Permalink
Remove unused variables and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Nov 3, 2020
1 parent ee28cc6 commit 0f0093e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

- **Plain text notes** - take notes in an IDE-like environment that makes no assumptions
- **Markdown preview** - view rendered HTML
- **Linked notes** - Use `{{uuid}}` syntax to link to notes within other notes
- **Linked notes** - use `{{uuid}}` syntax to link to notes within other notes
- **Syntax highlighting** - light and dark mode available (based on the beautiful [New Moon theme](https://taniarascia.github.io/new-moon/))
- **Keyboard shortcuts** - use the keyboard for all common tasks - creating notes and categories, toggling settings, and other options
- **Drag and drop** - drag a note or multiple notes to categories, favorites, or trash
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ View the source on [Github](https://github.com/taniarascia/takenote).
- **Plain text notes** - take notes in an IDE-like environment that makes no assumptions
- **Markdown preview** - view rendered HTML
- **Linked notes** - Use \`{{uuid}}\` syntax to link to notes within other notes
- **Linked notes** - use \`{{uuid}}\` syntax to link to notes within other notes
- **Syntax highlighting** - light and dark mode available (based on the beautiful [New Moon theme](https://taniarascia.github.io/new-moon/))
- **Keyboard shortcuts** - use the keyboard for all common tasks - creating notes and categories, toggling settings, and other options
- **Drag and drop** - drag a note or multiple notes to categories, favorites, or trash
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const LandingPage: React.FC = () => {
<strong>Markdown preview</strong> - view rendered HTML
</li>
<li>
<strong>Linked notes</strong> - Use <code>{`{{uuid}}`}</code> syntax to link to
<strong>Linked notes</strong> - use <code>{`{{uuid}}`}</code> syntax to link to
notes within other notes
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/server/utils/data/welcomeNote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ View the source on [Github](https://github.com/taniarascia/takenote).
- **Plain text notes** - take notes in an IDE-like environment that makes no assumptions
- **Markdown preview** - view rendered HTML of the notes
- **Linked notes** - Use \`{{uuid}}\` syntax to link to notes within other notes
- **Linked notes** - use \`{{uuid}}\` syntax to link to notes within other notes
- **Syntax highlighting** - light and dark mode available (based on the beautiful [New Moon theme](https://taniarascia.github.io/new-moon/))
- **Keyboard shortcuts** - use the keyboard for all common tasks - creating notes and categories, toggling settings, and other options
- **Drag and drop** - drag a note or multiple notes to categories, favorites, or trash
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/integration/category.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
} from '../utils/testHelperUtils'
import {
assertNoteListLengthEquals,
clickCreateNewNote,
clickNoteOptions,
createXUniqueNotes,
} from '../utils/testNotesHelperUtils'
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/utils/testNotesHelperUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
clickDynamicTestID,
clickTestID,
getDynamicTestID,
wrapWithTestIDTag,
getTestID,
testIDShouldExist,
navigateToTrash,
Expand Down

0 comments on commit 0f0093e

Please sign in to comment.