Skip to content

Commit

Permalink
fix(shortcuts): duplicate info
Browse files Browse the repository at this point in the history
  • Loading branch information
oflg committed Oct 5, 2023
1 parent d618c3d commit 6cf41b1
Show file tree
Hide file tree
Showing 389 changed files with 11,138 additions and 2,330 deletions.
13 changes: 13 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
resources/
settings-dev/
out/
logs/
dist/
wiki/
template/
.webpack/
node_modules/
localization/
build-resources/
.vscode/
.github/
11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const tsEslintConfig = require('./tsconfig.eslint.json');

module.exports = {
root: true,
ignorePatterns: tsEslintConfig.exclude,
parserOptions: {
project: './tsconfig.eslint.json',
tsconfigRootDir: __dirname,
},
extends: ['eslint-config-tidgi'],
};
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm install

- name: Build Library and static website
run: npm run build-all
run: npm run publish

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
148 changes: 143 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,143 @@
/editions/*/output/
$__StoryList*
$__Import.tid
node_modules
/docs
.DS_Store

# For IDE
.vscode/**/*
!.vscode/settings.json
!.vscode/extensions.json
.idea/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnp
.pnp.js
.history
*.report

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.seed
*.pid
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/
.pnpm-store/

.changeset/pre.json

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

.sonarlint

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test
.env.local
.env.*.local

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist/
release/
output/
output_resource/

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
public-dist

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

**/*/typings/auto-generated

# for TiddlyWiki
dist/
output/
wiki/tiddlers/$__language.tid
wiki/tiddlers/$__StoryList.tid
wiki/tiddlers/$__StoryList_*.tid
wiki/tiddlers/$__keepstate_*
wiki/tiddlers/$__Import.tid
wiki/tiddlers/$__UpgradeLibrary
wiki/tiddlers/$__UpgradeLibrary_List
wiki/tiddlers/$__temp_*
wiki/tiddlers/$__view.tid
wiki/tiddlers/$__config_Navigation_openLinkFromInsideRiver.tid
wiki/tiddlers/$__config_Navigation_openLinkFromOutsideRiver.tid
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "plugins/tidme/fsrs4tw"]
path = plugins/tidme/fsrs4tw
[submodule "src/fsrs4tw"]
path = src/fsrs4tw
url = https://github.com/open-spaced-repetition/fsrs4tw.git
[submodule "plugins/tidme/stats"]
path = plugins/tidme/stats
[submodule "src/stats"]
path = src/stats
url = https://github.com/oflg/Tidme-stats.git
[submodule "plugins/tidme/zh-Hans"]
path = plugins/tidme/zh-Hans
[submodule "src/zh-Hans"]
path = src/zh-Hans
url = https://github.com/oflg/Tidme-zh-Hans.git
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies=false
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
2 changes: 1 addition & 1 deletion README-zh-Hans.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://oflg.github.io/Tidme/zh-Hans">
<img src="https://oflg.github.io/Tidme/favicon.png" width="150" height="150" alt="Tidme">
<img src="https://oflg.github.io/Tidme/media/favicon.png" width="150" height="150" alt="Tidme">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://oflg.github.io/Tidme/">
<img src="https://oflg.github.io/Tidme/favicon.png" width="150" height="150" alt="Tidme">
<img src="https://oflg.github.io/Tidme/media/favicon.png" width="150" height="150" alt="Tidme">
</a>
</p>

Expand Down
Binary file removed dist/favicon.png
Binary file not shown.
22 changes: 22 additions & 0 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"lineWidth": 180,
"typescript": {
"quoteProps": "asNeeded",
"quoteStyle": "preferSingle",
"binaryExpression.operatorPosition": "sameLine"
},
"json": {},
"markdown": {},
"includes": [
"**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}",
"./*.json",
"./*.js",
"packages/*/.*.js"
],
"excludes": ["**/node_modules", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.84.4.wasm",
"https://plugins.dprint.dev/json-0.17.2.wasm",
"https://plugins.dprint.dev/markdown-0.15.2.wasm"
]
}
4 changes: 0 additions & 4 deletions editions/empty/index/tiddlers/$__language.tid

This file was deleted.

6 changes: 0 additions & 6 deletions editions/empty/index/tiddlers/$__palette.tid

This file was deleted.

11 changes: 0 additions & 11 deletions editions/empty/index/tiddlers/$__plugins_Gk0Wk_echarts.json.meta

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions editions/empty/index/tiddlers/$__theme.tid

This file was deleted.

20 changes: 0 additions & 20 deletions editions/empty/index/tiddlers/GettingStarted.tid

This file was deleted.

14 changes: 0 additions & 14 deletions editions/empty/index/tiddlers/TiddlyMemo.tid

This file was deleted.

6 changes: 0 additions & 6 deletions editions/empty/index/tiddlers/Welcome.tid

This file was deleted.

28 changes: 0 additions & 28 deletions editions/empty/index/tiddlywiki.info

This file was deleted.

Binary file removed editions/empty/zh-Hans/tiddlers/$__favicon.ico
Binary file not shown.
6 changes: 0 additions & 6 deletions editions/empty/zh-Hans/tiddlers/$__palette.tid

This file was deleted.

11 changes: 0 additions & 11 deletions editions/empty/zh-Hans/tiddlers/$__plugins_Gk0Wk_echarts.json.meta

This file was deleted.

Loading

0 comments on commit 6cf41b1

Please sign in to comment.