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

Support non-HTML templates #45

Open
darekkay opened this issue Mar 17, 2023 · 0 comments
Open

Support non-HTML templates #45

darekkay opened this issue Mar 17, 2023 · 0 comments
Assignees
Labels
Type: Enhancement New feature or request

Comments

@darekkay
Copy link
Owner

Static Marks supports custom templates. The logic is not flexible, though. It depends on the way the default template (Static Marks App) works: bookmarks are injected as plain text and require the template to use JavaScript to access them.

The logic should be adjusted to support transforming bookmarks into any other format. This will also open up the project and simplify migrating to other projects. An opinionated template language (e.g. ejb, handlebars or nunjucks) can be predefined.

Related: #44

@darekkay darekkay added the Type: Enhancement New feature or request label Mar 17, 2023
@darekkay darekkay self-assigned this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant