GithubHelp home page GithubHelp logo

zyprex / neotab Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 69 KB

a simple web navigation page which can be customized content as you wish

Home Page: https://neotab.vercel.app/

License: MIT License

HTML 98.90% Vim Script 1.10%
web-navigation navigation web-search links sites minimalist

neotab's Introduction

Neo-Tab

Neo Tab is a simple web navigation page which can be customized content as you wish, it less than 25kb.

Example of Configure File

the essential example of configure file

{
  "L":{
    "Link":[
      {"n":"RefSeek","u":"https://www.refseek.com/"}
    ]
  },
  "S":{
    "Dict":[
      {"n":"onelook","s":"https://www.onelook.com/?w=%s"},
      {"n":"iciba","s":"http://www.iciba.com/word?w=%s","i":"http://cdn.iciba.com/www/img/www/favicon.ico"}
    ]
  },
  "darkUI":true,
  "soloUI":false,
  "limHist":55,
  "useHist":true
  "sugVendor":"sogou",
  "seen":"onelook",
  "hist":[]
}

parameters abbr:

L links
  n name
  u url

S searcher
  n name
  s search
  m mobile compatible search (optional)
  i favicon (optional)

Input Usage

key[0] Fn
. js regex search engines (site:)
/ js regex search links
? js regex search history
! js regex search function

Quick Modify Command (prefer edit db.json directly)

create new search engine, if xxx already exist, it will be update

.xxx;;GroupName;;http://example.com/?q=%s;;http://cdn.static.example/icon.ico;;http://m.example.com/?q=%s

use the "space" class (viz. represent null or void), to delete(d) or read(r) search engine

.xxx;; ;;d
.xxx;; ;;r

same as links

/xxx;;class;;http://example.com/
/xxx;; ;;d
/xxx;; ;;r

Options

name value description
darkui true use light or dark ui, can be toggle use '!_sw_darkui()'
soloui false use solo ui, the search engin and links will hidden
limhist 55 how many history should be record
usehist true whether to record history or not
winopen true whether to open new window or not
sugvendor sogou use web suggestion api from 7 site

note : db.seen memorized last used search engine, you can set it at configure file.

Extra Function

file transfer service use file.io API

qrcode generate use qrjs2 library

Pro Tips

  • you can use file on internet as site's database (db.json)
  • input double space auto select first one, ctrl+1~9 0 select 1~9 10 suggestion item.
  • use '!_clr_taxo()' clear all void class
  • use '!_clr_localStorage()' clear all database and ctrl+s save webpage to local, them you can launch it from local.

neotab's People

Contributors

zyprex avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.