mirror of
https://github.com/soundslikeinfo/obsidian-clipper-catalog.git
synced 2026-07-22 11:30:32 +00:00
This commit represents a focused version of a larger project, stripped down to serve a single clear purpose: providing a catalog view of clipped articles. Removed article summarization features to create a lightweight, flexible tool that works with any clipping workflow. Key changes: - Simplified to core catalog features - Works with any frontmatter URL property - Compatible with all clipping methods
7 lines
No EOL
94 B
JavaScript
7 lines
No EOL
94 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|
|
|