Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zachatoo/obsidian-achievements
Add achievements to Obsidian to help guide the user to build good habits in Obsidian.
https://github.com/Zachatoo/obsidian-achievements
obsidian-plugin svelte typescript
Last synced: 17 days ago
JSON representation
Add achievements to Obsidian to help guide the user to build good habits in Obsidian.
- Host: GitHub
- URL: https://github.com/Zachatoo/obsidian-achievements
- Owner: Zachatoo
- License: mit
- Created: 2022-10-15T06:23:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T07:34:23.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:44:45.185Z (4 months ago)
- Topics: obsidian-plugin, svelte, typescript
- Language: TypeScript
- Homepage:
- Size: 286 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - Zachatoo/obsidian-achievements - Add achievements to Obsidian to help guide the user to build good habits in Obsidian. (TypeScript)
README
![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22obsidian-achievements%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)
# Obsidian Achievements
Gamify your note taking by working towards gaining achievements!
## Achievements
### Your first note
Create a note.
### Note taker
Create ten notes.
### Wordsmith
Create one hundred notes.
### Storyteller
Create one thousand notes.
### Taking out the trash
Delete ten notes.
### Linking your thinking
Create an internal link. You can type [[ to begin creating an internal link.
### Making connections
Create ten internal links.
### Conspiracy theorist
Create one hundred internal links.
### Air traffic controller
Create one thousand internal links.
### Commander
Open the command palette. You can find the hotkey to open the command palette in Settings - Hotkeys.
### Quickly now
Open the quick switcher. You can find the hotkey to open the quick switcher in Settings - Hotkeys.
### Callouts
Create a callout. You can find the hotkey to create a callout in Settings - Hotkeys.
### Headings
Create a heading. You can create a heading by adding a new line to a note and typing # Heading.
### Nested headings
Create at least three levels of headings in a single note.
### Your first tag
Create a tag. You can create a tag by typing #tag.
### Tagging apprentice
Create five unique tags.
### Tagging expert
Create ten unique tags.
## Notice
There's some known issues on mobile with achievements being achieved much quicker than expected, and some achievements not being achievable.
## Attributions
- Thank you to pjeby for [monkey-around](https://github.com/pjeby/monkey-around) that I used to hook into events in Obsidian.
- Thank you to marcusolsson for [obsidian-svelte](https://github.com/marcusolsson/obsidian-svelte) that I used for creating many of the UI elements.