* new: test: add chrome json test
* chg: test: remove unused json
* chg: dev: use gh uploaded file
* chg: test: parametrize the test
* new: test: chrome no parent tag pickle result file
* new: test: load firefox db test
* chg: test: merge same method on fixture
* fix: dev: false variable name
* chg: test: move zip extractor to its own method
* chg: test: use external zip file for exp result
* fix: test: flake8 fix
* fix: test: use strpath from folder
* fix: test: firefox nopt expected result
* chg: test: remove test data file from repo
* Fix Parameters typo
* Almost working documentation generation
* Remove genarted html files, update conf and index
* Update docs/conf.py
* Add docs/source files
* Prevent creation of modules.rst; update index.rst
* Move conf.py and index.rst to docs/source
* Add opening paragraph to index.rst
* Fix flake8 issues
* Add dummy text
* Add dummy text 2
* Update conf.py to use recommonmark; add README.md to RTD documentation
* Update requirements.txt with recommonmark
* Create symlink to README
* Add opening line to index.rst
* Fix flake8 conf.py issue
Changes:
- Traverse through JSON data and find individual records
- Support addition of unique tag in YYYYMonDD format
- Add parent folder name as tag
- Add the bookmarks to database
The format is: YYYYMonDD
where,
YYYY - numeric year
Mon - month string
DD - numeric day of month
While importing bookmarks, this tag will be added and reported to user if
`--tacit` option is not specified.
* Halfway through updating buku.py in numpydoc style
* Two thirds-through numpydoc style; before fixtags
* Begin work on Helper Functions
* Numpy docstrings up to Editor Mode Functions
* Finish rest of buku.py docstrings; add 'optional' to optional keyword args