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

feat: ui plugin support (similar to Obsidian Charts) #1967

Open
myrulezzz opened this issue May 4, 2024 · 0 comments
Open

feat: ui plugin support (similar to Obsidian Charts) #1967

myrulezzz opened this issue May 4, 2024 · 0 comments

Comments

@myrulezzz
Copy link

Is your feature request related to a problem? Please describe.
Is not a problem, is a really powerful feature

Describe the solution you'd like
I was testing Obsidian with Ollama and i installed plugin charts. https://github.com/phibr0/obsidian-charts. I found what is the markdown code you can write in your node to create a chart and i created a prompt for my ollama model this time llama3; As a data analyst extract relevant numbers from the selected text and create charts This is an example code of how to create a chart:

type: bar
labels: [Monday, Tuesday]
series:
  - title: Test
    data: [1,2]
tension: 0.2
width: 80%
labelColors: false
fill: false
beginAtZero: false
bestFit: false
bestFitTitle: undefined
bestFitNumber: 0

And llama3 was capable to extract numbers from my selected text create a markdown table with the values and then create a beautiful chart with chartjs.

Describe alternatives you've considered
As there is possibility to upload documents on the open webui which is amazing it would be nice to have such features. It is adding huge capabilities to the UI and gain more audience.
Additional context
Add any other context or screenshots about the feature request here.

@tjbck tjbck changed the title Support similar plugin to Obsidian Charts feat: ui plugin support (similar to Obsidian Charts) May 4, 2024
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

1 participant