Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaschaephraim/obsidian-title-generator
https://github.com/jaschaephraim/obsidian-title-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaschaephraim/obsidian-title-generator
- Owner: jaschaephraim
- License: mit
- Created: 2023-10-07T17:31:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:46:51.000Z (about 1 year ago)
- Last Synced: 2024-12-04T01:07:56.398Z (about 1 month ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-obsidian-ai-tools - https://github.com/jaschaephraim/obsidian-title-generator
- awesome-obsidian-ai-tools - https://github.com/jaschaephraim/obsidian-title-generator
README
# Title Generator
Quickly and easily title your [Obsidian](https://obsidian.md) notes using [OpenAI's](https://openai.com/) GPT-3.5
Generate titles for one or multiple notes at a time based on their content.
Generating a title will set the note's title directly. Run multiple times for variations.
## Three ways to use
### Command Palette
If a note is active in either editing or reading mode, there will be an entry in the command palette: `Title Generator: Generate title`
![Command palette](img/command-palette.png)
### Editor Menu
If a note is active in either editing or reading mode, there will be an entry in the editor dropdown menu: `Generate title`
![Editor menu](img/editor-menu.png)
### File Menu
If you right click on a file name in the file menu there will be an entry in the contextual menu: `Generate title`.
With multiple files selected, right click on a file name and there will be an entry in the contextual menu: `Generate titles`
![File menu](img/file-menu.png)
## Settings
You will need to create an [OpenAI API key](https://openai.com/product) and add it to this plugin's settings.
There is also a setting to make titles all lower-case.