Publish: 2020-12-19 | Modify: 2021-03-23
OneNav is a bookmark manager developed using PHP + SQLite 3. It supports Material Design style with a clean and user-friendly interface. It is xiaoz's latest open-source project, and you are welcome to try it out.
config.simple.php
to data/config.php
and fill in your own site informationhttp://IP/index.php?c=login
The backend interface is shown below:
OneNav themes are located in the templates directory. It comes with 2 built-in themes, with Material Design style as the default. If you want to switch the theme to webstack, you just need to modify the content of config.php to:
// Theme style
define('TEMPLATE','webstack');
The webstack style is shown below:
You can choose to switch themes according to your preferences. More theme styles will be supported in the future, and you are also welcome to develop your own themes.
Switching between multiple browsers and managing bookmarks can be very messy. Using third-party bookmark management tools may raise privacy concerns. Therefore, OneNav was developed to centralize bookmark management. It allows easy access and management of bookmarks across multiple browsers and different devices. It solves the problem of bookmark management and access between multiple browsers and devices.
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.