-
Notifications
You must be signed in to change notification settings - Fork 2k
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
base: master
Are you sure you want to change the base?
Obsidian integration #186
Commits on Aug 29, 2023
-
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 committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c9f699 - Browse repository at this point
Copy the full SHA 8c9f699View commit details
Commits on Aug 30, 2023
-
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 committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 75afac5 - Browse repository at this point
Copy the full SHA 75afac5View commit details -
Add markdown template support.
Disable buttons before research is generated.
Maximilian Morgalla committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 29f4b62 - Browse repository at this point
Copy the full SHA 29f4b62View commit details
Commits on Sep 4, 2023
-
Open file in obsidian after it has been exported
Maximilian Morgalla committedSep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 73d8753 - Browse repository at this point
Copy the full SHA 73d8753View commit details -
Maximilian Morgalla committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 5792389 - Browse repository at this point
Copy the full SHA 5792389View commit details
Commits on Sep 14, 2023
-
Add default parameter to function
Maximilian Morgalla committedSep 14, 2023 Configuration menu - View commit details
-
Copy full SHA for d1865dd - Browse repository at this point
Copy the full SHA d1865ddView commit details -
Reset variables on new research report.
Gives ability to generate consecutive obsidian exports.
Maximilian Morgalla committedSep 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 2b724e9 - Browse repository at this point
Copy the full SHA 2b724e9View commit details -
Update obsidian markdown template
Maximilian Morgalla committedSep 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 4475fda - Browse repository at this point
Copy the full SHA 4475fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f176a52 - Browse repository at this point
Copy the full SHA f176a52View commit details