Skip to content

Commit

Permalink
add highlight vue plugin #235
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 9, 2024
1 parent df6759b commit ea55ba6
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/plugins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import ci from 'ci-info';
import config from './index.js';

// TODO: support remove plugins from here
export const devPlugins = ['vue-random-cards', 'neotw-vue-settings'];
export const devPlugins = [
// 'neotw-highlight-vue',
'vue-random-cards',
'neotw-vue-settings'
];

// NOTE: vercel not support use { isCi } ???
const enableMarkdown = config.markdown;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions plugins/oeyoews/neotw-highlight-vue/files/tiddlywiki.files
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tiddlers": [
{
"file": "highlight.vue.min.js",
"fields": {
"type": "application/javascript",
"title": "highlight.vue.min.js",
"module-type": "highlight",
"hide-body": "yes"
}
}
]
}
15 changes: 15 additions & 0 deletions plugins/oeyoews/neotw-highlight-vue/plugin.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "$:/plugins/oeyoews/neotw-highlight-vue",
"description": "neotw-highlight-vue",
"author": "oeyoews",
"version": "0.0.1",
"core-version": ">=5.3.0",
"type": "application/json",
"plugin-type": "plugin",
"name": "neotw-highlight-vue",
"meat#disabled": "yes",
"qrcode": "yes",
"created": "2024-03-09",
"dependents": [],
"list": "readme"
}
5 changes: 5 additions & 0 deletions plugins/oeyoews/neotw-highlight-vue/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- plugin template readme -->

## Motivation

<!-- your plugin motivation, or why you write this plugin -->
3 changes: 3 additions & 0 deletions plugins/oeyoews/neotw-highlight-vue/readme.md.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: $:/plugins/oeyoews/neotw-highlight-vue/readme
description: neotw-highlight-vue
type: text/markdown

0 comments on commit ea55ba6

Please sign in to comment.