mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
17 lines
383 B
JavaScript
17 lines
383 B
JavaScript
/*
|
|
* notion-enhancer
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com>
|
|
* (https://dragonwocky.me/) under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: '60e14feb-a81d-4ffb-9b12-7585d346bad8',
|
|
tags: ['extension'],
|
|
name: 'bracketed links',
|
|
desc: 'render links surrounded with [brackets] instead of __underlined__.',
|
|
version: '0.0.1',
|
|
author: 'arecsu',
|
|
};
|