pending tasks todo tags

This commit is contained in:
noumantahir 2021-12-22 15:42:40 +05:00
parent 1018da6937
commit fe4e7125be
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,8 @@ export const PostHtmlRenderer = memo(({
case 'markdown-witnesses-link':
setSelectedLink(href);
break;
//TODO: open in external browser
// case 'markdown-proposal-link':
// break;
default:

View File

@ -12,6 +12,7 @@ export const generatePermlink = (title, random = false) => {
return '';
}
//TODO: check special character processing
const slug = getSlug(title);
let perm = slug && slug.toString();