You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: