https://github.com/allanchain/webnav
Customizable web navigation and searching PWA
https://github.com/allanchain/webnav
search vuejs vuetify web-navigator
Last synced: about 1 year ago
JSON representation
Customizable web navigation and searching PWA
- Host: GitHub
- URL: https://github.com/allanchain/webnav
- Owner: AllanChain
- Created: 2019-12-27T13:46:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T01:29:16.000Z (about 2 years ago)
- Last Synced: 2025-03-28T19:38:43.449Z (about 1 year ago)
- Topics: search, vuejs, vuetify, web-navigator
- Language: Vue
- Homepage: https://allanchain.github.io/webnav/
- Size: 18.8 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebNav
[](https://github.com/AllanChain/webnav/actions/workflows/test.yml)
[](https://github.com/AllanChain/webnav/actions/workflows/gh-pages.yml)
A good start page for web navigation.
Try it out at https://allanchain.github.io/webnav/
## Features
- Import and export bookmarks and config via JSON files
- Easy editing site's icon, display name and search query
- Works with [Favicon Grabber](https://favicongrabber.com), for even easier icon and name editing
- Easy reordering
- Easy searching in any sites, as long as configured
- Highly customizable
- Able to add proxy
## JSON file
It is possible to host your own bookmarks:
[schema](src/schemas/bookmark.schema.json)
```json
[
{
"title": "Pypi",
"url": "https://pypi.org",
"search": "/search?q={}",
"icon": "https://pypi.org/static/images/favicon.6a76275d.ico"
}
]
```
## TODO
See [the project](https://github.com/AllanChain/webnav/projects/1?fullscreen=true)
## Default Backgroud Image
Photo by [Juliana Chyzhova](https://unsplash.com/photos/uL4CRLxEuvs) on [Unsplash](https://unsplash.com/)
## Project setup
VSCode i18n-ally
```json
{
"i18n-ally.localesPaths": "src/locales",
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "en"
}
```