Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command that formats a note based on a custom prompt #40

Open
ashgansh opened this issue Apr 17, 2024 · 0 comments
Open

Add a command that formats a note based on a custom prompt #40

ashgansh opened this issue Apr 17, 2024 · 0 comments
Assignees

Comments

@ashgansh
Copy link
Member

Deliverable:

  • Two settings (in the experimental feature section)
      1. Document Type
      1. Formatting instruction
  • A command called AI Format
  • customClassifier probably needs to be slighlty modified

When the command is executed we run the currently active file against the customClassiffier, if it hits against the document type set in settings we execute the formatting instructions.

example user journey:

  1. i go to settings
  2. enter the word workout
  3. i define a workout template e.g. i always want workout documents to start with squats and define everything in markdown table (seperate sets in multiple rows)
  4. the user creates a document:
squats 20kgx3, 3 sets
25kg bench press, 30kg bench press, 35kg bench press
  1. user executes command

sample output

Workout Routine

Squats

Set Weight
Set 1 20kg x 3 reps
Set 2 20kg x 3 reps
Set 3 20kg x 3 reps

Bench Press

Set Weight
Set 1 25kg x reps
Set 2 30kg x reps
Set 3 35kg x reps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants