Saurabh Daware
Saurabh Daware
I in fact implemented no refresh content change in one of the initial versions but the problem I faced was, if I replace particular content, I also have to execute...
This is working in abell v1 now that we have vite 👯. You can check out the abell from `one` branch. Closing this issue.
oh yup it was intentional earlier to pass some extra information to markdown files. Might remove this in future versions. Can't think of any other way that will allow markdown...
Leaving this open for now. Can resolve it when I add some alternative
They will not be parsed in v1. Closing this since I am mostly maintaining and focussing on v1 right now. Will re-open if I plan to add some type of...
The solution to this is to have separate `main.abell.js` files for every page. So can be something like `main-index.abell.js` `main-about.abell.js`. This can break the existing projects so we will be...
Closing this. v1 will not support having javascript inside components.
Not really sure about the approach yet. We need some way to prefetch the html page. We can fetch HTML page with JavaScipt `fetch()` but I am not sure if...
on hold until the next refactor is done to avoid conflicts
We are not. We can now instead write a Abell Component that wraps anchor tag and handles this. We can ship it with abell so users can `const Link =...