@saraswati-js/daemon-images
v1.0.6
Published
Read markdown and modify it for ... purposes
Downloads
3
Readme
@saraswati-js/markdown-modifier
NOTE
This will be best as a remark plugin but I don't want to put the effort into that. So it stays as such.
TODO
- [ ] Rename this as it's kinda dumb.
- [ ] Convert to TypeScript
- [ ] Build a dest thingy for TS
- [ ] Add actual tests
- [ ] Watch file changes on start directory
- [ ]
gray-matter
reads it's own files- I don't need to use
fs
; insteadgrey-matter
.
- I don't need to use
markdown modifier
- image files
- imports
- local
- remote
- Tabs
- Inline?
- New pages?
Figure out plan for how to do
- API Docs (Swagger)
- Components
- How to chunk components to specific pages/routes
(?:!\<import\>\((.*?)\))
!<import>(./some/file/path/markdown.md)
!(import)[./some/file/path/markdown.md]