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

Obsidian integration #186

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2023

  1. chore(README.md): add instructions for integrating with Obsidian

    feat(client/index.html, client/scripts.js): add "Send to Obsidian" button to export research reports to Obsidian
    
    feat(config/config.py): add OBSIDIAN_TOKEN environment variable to store Obsidian API token
    
    feat(main.py): add POST endpoint /obsidian to send research reports to Obsidian
    Maximilian Morgalla committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8c9f699 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix(main.py): remove unnecessary whitespace before base_url variable …

    …assignment
    
    fix(main.py): ensure base_url ends with a forward slash to avoid URL concatenation issues
    fix(main.py): remove unnecessary whitespace before url variable assignment
    Maximilian Morgalla committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    75afac5 View commit details
    Browse the repository at this point in the history
  2. Add markdown template support.

    Disable buttons before research is generated.
    Maximilian Morgalla committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    29f4b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Open file in obsidian after it has been exported

    Maximilian Morgalla committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    73d8753 View commit details
    Browse the repository at this point in the history
  2. Update obsidian template

    Maximilian Morgalla committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5792389 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add default parameter to function

    Maximilian Morgalla committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d1865dd View commit details
    Browse the repository at this point in the history
  2. Reset variables on new research report.

    Gives ability to generate consecutive obsidian exports.
    Maximilian Morgalla committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2b724e9 View commit details
    Browse the repository at this point in the history
  3. Update obsidian markdown template

    Maximilian Morgalla committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4475fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f176a52 View commit details
    Browse the repository at this point in the history