-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Customizable saving format #17
Comments
Right now, hard coded to have
|
I will change to a real headline format for now: ## {{timestamp}}
{{content}} |
The format is hard-coded in this line so far: Quick-Capture/src-tauri/src/main.rs Line 39 in b6a4102
|
Decision to not add. |
Becomes more important if #29 is implemented. |
Implement saving templates for daily and standalone mode:
This is how the current implementations of text saving look like in templates: Daily note ## {{timestamp}}
{{body}} Standalone note # {{timestamp}}
{{body}} |
Stick with one timestamp format for now. |
I don't know yet how to pass template info from LocalStorage to Rust backend. |
I could experiment with defining some formats in the Rust backend and let the frontend just pick one of it. |
To make the saving format customizable.
The text was updated successfully, but these errors were encountered: