tech-reclipped / ReClipped-Obsidian-Official

This is the official plugin for annotations taken on reclipped platform to be synced with Obsidian.
GNU General Public License v3.0
4 stars 0 forks source link

Feature Request: Custom Export Note Template #5

Open fornewfork opened 1 month ago

fornewfork commented 1 month ago

Feature Request: Custom Export Note Template

Description

Currently, the ReClipped-Obsidian-Official plugin uses a fixed format when exporting video clips as Obsidian notes. To enhance flexibility and user experience, I suggest adding a feature that allows users to customize the export note template.

Suggested Implementation

  1. Add a "Custom Export Template" option in the plugin settings.
  2. Provide a text area allowing users to input a custom template.
  3. Use placeholders in the template to represent various metadata, such as:
    • {{title}} - Video title
    • {{url}} - Video URL
    • {{timestamp}} - Clip timestamp
    • {{notes}} - User notes
    • {{tags}} - User tags
  4. Provide a default template as an example.
  5. During the export process, use the user-defined template (if available), otherwise use the default template.

Advantages

I hope this feature will further improve the user experience of the ReClipped-Obsidian-Official plugin. Thank you for your consideration!

tech-reclipped commented 1 month ago

How useful would you believe this to be? As in just removing some of the values from notes, or would it help towards change in basic formatting as well.

fornewfork commented 4 weeks ago

Customizable templates could enhance integration with obsidian's core features and other obsidian plugins.

Some use cases are provided as follow.

Use Case 1: Block Reference Integration With customizable templates, users could incorporate block IDs for each frame's screenshot or text content. This would allow the Reclip content to serve as reference material by Obsidian's block reference feature.

Use Case 2: Outline Format for Easy Restructuring With customizable templates, the export format can be as an outline,which works with drag and drop feature of the obsidian's outliner plugin. The order and structure of the frames can be adjustments more easily.