Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Nov 17, 2021
2 parents bb60606 + 5c7ab75 commit ea8449d
Show file tree
Hide file tree
Showing 118 changed files with 455,386 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .jorts/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trashOption": "local",
"attachmentFolderPath": "media",
"communityPluginSortOrder": "release"
}
2 changes: 1 addition & 1 deletion .jorts/appearance.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"baseFontSize": 16,
"cssTheme": "Minimal",
"theme": "moonstone",
"theme": "obsidian",
"baseFontSizeAction": false
}
114 changes: 95 additions & 19 deletions .jorts/hotkeys.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"editor:insert-tag": [
{
"modifiers": [
"Mod"
],
"key": "T"
}
],
"editor:insert-tag": [],
"audio-recorder:start": [
{
"modifiers": [
Expand Down Expand Up @@ -129,7 +122,6 @@
"key": "ArrowUp"
}
],
"app:go-back": [],
"app:open-help": [],
"open-with-default-app:open": [
{
Expand All @@ -150,15 +142,6 @@
}
],
"switcher:open": [],
"editor:redo": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "Y"
}
],
"templater-obsidian:create-new-note-from-template": [
{
"modifiers": [
Expand Down Expand Up @@ -377,5 +360,98 @@
"key": "ArrowLeft"
}
],
"darlal-switcher-plus:switcher-plus:open": []
"darlal-switcher-plus:switcher-plus:open": [],
"editor:copy": [
{
"modifiers": [
"Mod"
],
"key": "C"
}
],
"workspace:copy-path": [],
"hotkey-helper:open-plugins": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": ","
}
],
"hotkeysplus-obsidian:toggle-block-quote": [
{
"modifiers": [
"Ctrl"
],
"key": "Q"
}
],
"app:go-back": [
{
"modifiers": [
"Ctrl"
],
"key": "ArrowLeft"
}
],
"app:go-forward": [
{
"modifiers": [
"Ctrl"
],
"key": "ArrowRight"
}
],
"app:open-vault": [
{
"modifiers": [
"Alt",
"Ctrl",
"Mod"
],
"key": "O"
}
],
"app:open-settings": [
{
"modifiers": [
"Mod"
],
"key": ","
}
],
"outline:open": [
{
"modifiers": [
"Alt"
],
"key": "O"
}
],
"editor:paste": [
{
"modifiers": [
"Mod"
],
"key": "V"
}
],
"editor:redo": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "Y"
}
],
"editor:toggle-code": [
{
"modifiers": [
"Alt"
],
"key": "C"
}
]
}
9 changes: 9 additions & 0 deletions .jorts/plugins/advanced-toolbar/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"rowHeight": 48,
"rowCount": 3,
"alwaysShowToolbar": true,
"mappedIcons": [],
"debugging": false,
"allowStylingOfAllActions": false,
"tooltips": false
}
2,788 changes: 2,788 additions & 0 deletions .jorts/plugins/advanced-toolbar/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .jorts/plugins/advanced-toolbar/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "advanced-toolbar",
"name": "Advanced Mobile Toolbar",
"version": "1.6.3",
"minAppVersion": "0.12.0",
"description": "Enhances the Toolbar for Obsidian Mobile.",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}
61 changes: 61 additions & 0 deletions .jorts/plugins/advanced-toolbar/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*Variables*/
.body {
--at-button-height: 48;
--at-row-count: 2;
}

/*Multi Row Toolbar*/
.AT-multirow .mobile-toolbar-options-container {
flex-flow: column wrap;
}

.mobile-toolbar-option {
height: var(--at-button-height);
}

.AT-multirow .mobile-toolbar {
height: calc(var(--at-button-height) * var(--at-row-count)) !important;
}

.AT-multirow .mobile-toolbar-options-container {
height: calc(var(--at-button-height) * var(--at-row-count)) !important;
}

.AT-no-toolbar .mobile-toolbar {
display: none;
}

/*Icon Picker*/
.AT-icon {
transform: translateY(3px);
margin-right: 8px;
}

.AT-icon-container{
display: flex;
}

.AT-settings-icon {
height: 20px;
}

/*Additional Stuff*/
span.setting-item.AT-warning {
text-align: center;
}

.setting-item.AT-extra > .setting-item-info {
opacity: 0.65;
}

.is-mobile .setting-item.AT-extra > .setting-item-control{
justify-content: center !important;
}

a[href="https://www.buymeacoffee.com/phibr0"] > img {
height: 2.2em;
}

a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
}
11 changes: 11 additions & 0 deletions .jorts/plugins/better-word-count/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"preset": {
"name": "minimal",
"statusBarQuery": "w: {word_count} c: {character_count}",
"statusBarAltQuery": "f: {file_count} tw: {total_word_count} tc: {total_character_count}"
},
"statusBarQuery": "w: {word_count} c: {character_count}",
"statusBarAltQuery": "f: {file_count} tw: {total_word_count} tc: {total_character_count}",
"countComments": false,
"collectStats": true
}
Loading

0 comments on commit ea8449d

Please sign in to comment.