notion-enhancer/mods/outliner/mod.js
2020-11-23 14:00:59 +07:00

24 lines
480 B
JavaScript

/*
* outliner
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 CloudHill
* under the MIT license
*/
'use strict';
module.exports = {
id: '87e077cc-5402-451c-ac70-27cc4ae65546',
tags: ['extension', 'panel'],
name: 'outliner',
desc: 'table of contents.',
version: '1.0.0',
author: 'CloudHill',
panel: {
html: "panel.html",
name: "Outline",
icon: "icon.svg",
js: "panel.js",
}
};