Skip to content

Adding Fable to Obsidian... #24

Description

@jhmonroe

If anyone wants to be absolutely wild and add Fable, here's how you do it:

  • inside the installed plugin files, open the file src > settings > SettingsTab.ts
  • search for the lines where the model options for the settings dropdown are listed (around line 105)
  • copy/paste any of them to add a 4th item and change the info to Fable. For me I did: .addOption("fable", "Fable (God-Tier)")
  • then you simply need to rebuild the plugin from src inside the plugin directory (ie: in Terminal make sure you are inside the correct directory)
  • bun run build
  • enable the plugin again in your obsidian settings and you will see Fable in the dropdown
  • It works! I am getting $0.08 usage in Claude Console simply from asking it "is this working?" LOL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions