-
Notifications
You must be signed in to change notification settings - Fork 7
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
New config options #35
Comments
Let me know what you think! |
On another note: we could "complexify" (2.) and instead of just giving the option to hide matching files/directories also give the option to assign a CSS class. This would make the custom JS easier for your use case and probably also others. You could assign a class to items that start in |
|
Yes, if we add the option to assign classes by matching regexes then it should be about 3 lines of code on your custom config! :)
Yes! And yes, Vivify is a markdown viewer but it's also just a viewer; it does e.g. do code highlighting if you open non-markdown files. |
Just realized the classes by regexes will also allow people to easily do custom color highlighting by file extension, for example. I think this is good to add, seems to bring lots of customization benefits for little overhead. |
I'm kinda bummed out about how slowly the page refreshes after saving file. Would this be easy to change or configurable if necessary? I have a couple related questions with that:
^ Both of the above occur to me when I use Vivify as sort of a live-notetaking side preview Edit: |
Hey @tuurep I replied to you on the plugin's repo: jannis-baum/vivify.vim#5 |
I'd like it if i.e.:
to
Similarly, |
In the address bar it might be a bit tedious to implement and would make us more error-prone, especially if we want to keep both options. If it's just about the page title on the other hand we could just provide the option to have the path components use |
As for being able to open a URL like |
Actually, now that I thought about it longer, we could probably just make an option that will have express always redirect to the Edit: Looks easy: we can check if |
Cool! To be clear, the only thing I care about for my own use is |
Noted! With the redirect it should be good. I'll update the list above. |
I might work on this next after the other two PRs are through :) |
Ok, thanks! |
Hey I'll be sitting on a train tomorrow for many hours with my laptop with nothing else to do so I can definitely finish this tomorrow E: meant to comment on the PR, so I mean, to review that and test the new options |
Awesome, thanks! I'm excited to release v0.2.0. I decided to make the release once that PR is merged. The other things that are open also work well as next minor releases I think. I also added a Homebrew package (primarily for macOS users) earlier and I think (90% sure) that it wouldn't work with the current latest release because of some code-signing Apple stuff that I fixed when we changed to Node SEA. So it'll be great to have a working version out |
Nice Also looks like I can use nvm in the AUR PKGBUILD: https://wiki.archlinux.org/title/Node.js_package_guidelines#Using_nvm |
Nice, that's cool! Maybe we can have everything work again after all ^^ |
name
attribute to directory items that include full name of file/directory for custom scripting & colors~
-pathvivify-server
so thatviv
doesn't depend onjq
anymore done in ESM and simplified config #90vivify-server
and then open that; we can probably even use a Node-way of doing it so we don't need any program anymoreThe text was updated successfully, but these errors were encountered: