generated from DNDs/dnd-template
Undo time
This commit is contained in:
parent
cc17cf287c
commit
7b1a076f80
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
.trash
|
||||
.obsidian/workspace
|
||||
|
3
.obsidian/command-palette.json
vendored
3
.obsidian/command-palette.json
vendored
@ -1,3 +0,0 @@
|
||||
{
|
||||
"pinned": null
|
||||
}
|
6
.obsidian/daily-notes.json
vendored
6
.obsidian/daily-notes.json
vendored
@ -1,6 +0,0 @@
|
||||
{
|
||||
"folder": "Daily",
|
||||
"format": "DD.MM.YYYY",
|
||||
"autorun": true,
|
||||
"template": "Templates/t_DailyNote"
|
||||
}
|
24
.obsidian/graph.json
vendored
24
.obsidian/graph.json
vendored
@ -1,22 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": true,
|
||||
"showAttachments": true,
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": -0.9,
|
||||
"nodeSizeMultiplier": 1.05487179487179,
|
||||
"lineSizeMultiplier": 3.6996583143508,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.570543849658314,
|
||||
"repelStrength": 20,
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 315,
|
||||
"scale": 0.04231590268975952,
|
||||
"linkDistance": 250,
|
||||
"scale": 0.41599798120350023,
|
||||
"close": true
|
||||
}
|
4506
.obsidian/plugins/advanced-cursors/main.js
vendored
4506
.obsidian/plugins/advanced-cursors/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/advanced-cursors/manifest.json
vendored
10
.obsidian/plugins/advanced-cursors/manifest.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "advanced-cursors",
|
||||
"name": "Advanced Cursors",
|
||||
"version": "0.5.1",
|
||||
"minAppVersion": "0.12.18",
|
||||
"description": "Use multiple cursors even more powerfully.",
|
||||
"author": "SkepticMystic",
|
||||
"authorUrl": "https://github.com/SkepticMystic/advanced-cursors",
|
||||
"isDesktopOnly": true
|
||||
}
|
60
.obsidian/plugins/advanced-cursors/styles.css
vendored
60
.obsidian/plugins/advanced-cursors/styles.css
vendored
@ -1,60 +0,0 @@
|
||||
/* Sets all the text color to red! */
|
||||
.savedQ {
|
||||
padding: 5px 5px;
|
||||
}
|
||||
|
||||
.savedQ-name {
|
||||
background-color: var(--background-secondary-alt);
|
||||
padding: 2px 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.savedQ-view-q {
|
||||
padding: 2px 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.editQButton,
|
||||
.deleteQButton {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.savedQ-name:hover,
|
||||
.editQButton:hover,
|
||||
.deleteQButton:hover,
|
||||
.savedQ-query:hover,
|
||||
.AC-submit-button:hover,
|
||||
.savedQ-view-q:hover {
|
||||
background-color: var(--interactive-accent) !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.AC-submit-button:focus {
|
||||
background-color: var(--interactive-accent) !important;
|
||||
}
|
||||
|
||||
.savedQ-query {
|
||||
background-color: var(--background-primary-alt);
|
||||
padding: 2px 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.AC-flashNewSel {
|
||||
animation: flashNewSel 1.5s 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@keyframes flashNewSel {
|
||||
0% {
|
||||
background-color: transparent;
|
||||
}
|
||||
10% {
|
||||
background-color: var(--text-highlight-bg);
|
||||
}
|
||||
80% {
|
||||
background-color: var(--text-highlight-bg);
|
||||
}
|
||||
100% {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
10
.obsidian/plugins/calendar/data.json
vendored
10
.obsidian/plugins/calendar/data.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": true,
|
||||
"weekStart": "locale",
|
||||
"wordsPerDot": 250,
|
||||
"showWeeklyNote": true,
|
||||
"weeklyNoteFormat": "",
|
||||
"weeklyNoteTemplate": "",
|
||||
"weeklyNoteFolder": "",
|
||||
"localeOverride": "system-default"
|
||||
}
|
4457
.obsidian/plugins/calendar/main.js
vendored
4457
.obsidian/plugins/calendar/main.js
vendored
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/calendar/manifest.json
vendored
10
.obsidian/plugins/calendar/manifest.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "calendar",
|
||||
"name": "Calendar",
|
||||
"description": "Calendar view of your daily notes",
|
||||
"version": "1.5.10",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.9.11"
|
||||
}
|
440
.obsidian/plugins/obsidian-auto-link-title/main.js
vendored
440
.obsidian/plugins/obsidian-auto-link-title/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-auto-link-title",
|
||||
"name": "Auto Link Title",
|
||||
"version": "1.2.5",
|
||||
"minAppVersion": "0.12.17",
|
||||
"description": "This plugin automatically fetches the titles of links from the web",
|
||||
"author": "Matt Furden",
|
||||
"authorUrl": "https://github.com/zolrath",
|
||||
"isDesktopOnly": false
|
||||
}
|
@ -1 +0,0 @@
|
||||
/* no styles */
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"defaultLeftTitle": "User",
|
||||
"defaultRightTitle": "Jesse James Isler",
|
||||
"defaultTitleMode": "first",
|
||||
"defaultMessageMaxWidth": "60%",
|
||||
"defaultCommentMaxWidth": "60%"
|
||||
}
|
340
.obsidian/plugins/obsidian-dialogue-plugin/main.js
vendored
340
.obsidian/plugins/obsidian-dialogue-plugin/main.js
vendored
@ -1,340 +0,0 @@
|
||||
/*
|
||||
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
||||
if you want to view the source, please visit the github repository of this plugin
|
||||
*/
|
||||
|
||||
var __create = Object.create;
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __getProtoOf = Object.getPrototypeOf;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
|
||||
var __export = (target, all) => {
|
||||
__markAsModule(target);
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __reExport = (target, module2, desc) => {
|
||||
if (module2 && typeof module2 === "object" || typeof module2 === "function") {
|
||||
for (let key of __getOwnPropNames(module2))
|
||||
if (!__hasOwnProp.call(target, key) && key !== "default")
|
||||
__defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
|
||||
}
|
||||
return target;
|
||||
};
|
||||
var __toModule = (module2) => {
|
||||
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? { get: () => module2.default, enumerable: true } : { value: module2, enumerable: true })), module2);
|
||||
};
|
||||
var __async = (__this, __arguments, generator) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
var fulfilled = (value) => {
|
||||
try {
|
||||
step(generator.next(value));
|
||||
} catch (e) {
|
||||
reject(e);
|
||||
}
|
||||
};
|
||||
var rejected = (value) => {
|
||||
try {
|
||||
step(generator.throw(value));
|
||||
} catch (e) {
|
||||
reject(e);
|
||||
}
|
||||
};
|
||||
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
||||
step((generator = generator.apply(__this, __arguments)).next());
|
||||
});
|
||||
};
|
||||
|
||||
// src/main.ts
|
||||
__export(exports, {
|
||||
default: () => DialoguePlugin
|
||||
});
|
||||
var import_obsidian2 = __toModule(require("obsidian"));
|
||||
|
||||
// src/types/dialogueTitleMode.ts
|
||||
var DialogueTitleMode;
|
||||
(function(DialogueTitleMode2) {
|
||||
DialogueTitleMode2["Disabled"] = "disabled";
|
||||
DialogueTitleMode2["First"] = "first";
|
||||
DialogueTitleMode2["All"] = "all";
|
||||
})(DialogueTitleMode || (DialogueTitleMode = {}));
|
||||
|
||||
// src/constants/classes.ts
|
||||
var CLASSES = class {
|
||||
};
|
||||
CLASSES.DIALOGUE_WRAPPER = "dialogue-plugin-wrapper";
|
||||
CLASSES.BLOCK_WRAPPER = "dialogue-plugin-block-wrapper";
|
||||
CLASSES.MESSAGE_WRAPPER_LEFT = "dialogue-plugin-message-wrapper-left";
|
||||
CLASSES.MESSAGE_WRAPPER_RIGHT = "dialogue-plugin-message-wrapper-right";
|
||||
CLASSES.MESSAGE = "dialogue-plugin-message";
|
||||
CLASSES.MESSAGE_TITLE = "dialogue-plugin-message-title";
|
||||
CLASSES.MESSAGE_CONTENT = "dialogue-plugin-message-content";
|
||||
CLASSES.DELIMITER_WRAPPER = "dialogue-plugin-delimiter-wrapper";
|
||||
CLASSES.DELIMITER = "dialogue-plugin-delimiter";
|
||||
CLASSES.DELIMITER_DOT = "dialogue-plugin-delimiter-dot";
|
||||
CLASSES.COMMENT_WRAPPER = "dialogue-plugin-comment-wrapper";
|
||||
CLASSES.COMMENT = "dialogue-plugin-comment";
|
||||
|
||||
// src/components/message.ts
|
||||
var SIDES = class {
|
||||
};
|
||||
SIDES.LEFT = "left";
|
||||
SIDES.RIGHT = "right";
|
||||
var Message = class {
|
||||
constructor(content, side, dialogueSettings) {
|
||||
this.content = content;
|
||||
this.side = side;
|
||||
this.dialogueSettings = dialogueSettings;
|
||||
this.participant = this.side == SIDES.LEFT ? this.dialogueSettings.leftParticipant : this.dialogueSettings.rightParticipant;
|
||||
this.renderMessage();
|
||||
}
|
||||
renderMessage() {
|
||||
const messageEl = this.createMessageEl();
|
||||
if (this.titleShouldRender()) {
|
||||
messageEl.createDiv({ cls: CLASSES.MESSAGE_TITLE, text: this.participant.title });
|
||||
}
|
||||
messageEl.createDiv({ cls: CLASSES.MESSAGE_CONTENT, text: this.content });
|
||||
}
|
||||
createMessageEl() {
|
||||
var _a;
|
||||
const sideClass = this.side == SIDES.LEFT ? CLASSES.MESSAGE_WRAPPER_LEFT : CLASSES.MESSAGE_WRAPPER_RIGHT;
|
||||
const messageWrapperEl = this.dialogueSettings.parent.createDiv({
|
||||
cls: `${CLASSES.BLOCK_WRAPPER} ${sideClass}`
|
||||
});
|
||||
return messageWrapperEl.createDiv({
|
||||
cls: CLASSES.MESSAGE,
|
||||
attr: {
|
||||
style: `max-width: ${this.dialogueSettings.messageMaxWidth};`,
|
||||
"data-participant-name": this.participant.title,
|
||||
"data-participant-id": (_a = this.participant.enforcedId) != null ? _a : this.dialogueSettings.participants.get(this.participant.title)
|
||||
}
|
||||
});
|
||||
}
|
||||
titleShouldRender() {
|
||||
if (this.participant.title.length < 1)
|
||||
return false;
|
||||
switch (this.dialogueSettings.titleMode) {
|
||||
case DialogueTitleMode.Disabled:
|
||||
return false;
|
||||
case DialogueTitleMode.All:
|
||||
return true;
|
||||
case DialogueTitleMode.First: {
|
||||
if (this.participant.renderedOnce)
|
||||
return false;
|
||||
this.participant.renderedOnce = true;
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// src/components/delimiter.ts
|
||||
var Delimiter = class {
|
||||
constructor(dialogueSettings) {
|
||||
this.dialogueSettings = dialogueSettings;
|
||||
this.renderDelimiter();
|
||||
}
|
||||
renderDelimiter() {
|
||||
const delimiterWrapperEl = this.dialogueSettings.parent.createDiv({
|
||||
cls: `${CLASSES.BLOCK_WRAPPER} ${CLASSES.DELIMITER_WRAPPER}`
|
||||
});
|
||||
const delimiterEl = delimiterWrapperEl.createDiv({ cls: CLASSES.DELIMITER });
|
||||
delimiterEl.createEl("div", { cls: CLASSES.DELIMITER_DOT });
|
||||
delimiterEl.createEl("div", { cls: CLASSES.DELIMITER_DOT });
|
||||
delimiterEl.createEl("div", { cls: CLASSES.DELIMITER_DOT });
|
||||
}
|
||||
};
|
||||
|
||||
// src/components/comment.ts
|
||||
var Comment = class {
|
||||
constructor(content, dialogueSettings) {
|
||||
this.content = content;
|
||||
this.dialogueSettings = dialogueSettings;
|
||||
this.renderComment();
|
||||
}
|
||||
renderComment() {
|
||||
const commentEl = this.dialogueSettings.parent.createDiv({
|
||||
cls: `${CLASSES.BLOCK_WRAPPER} ${CLASSES.COMMENT_WRAPPER}`
|
||||
});
|
||||
return commentEl.createDiv({
|
||||
cls: CLASSES.COMMENT,
|
||||
text: this.content,
|
||||
attr: {
|
||||
style: `max-width: ${this.dialogueSettings.commentMaxWidth};`
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
// src/dialogue.ts
|
||||
var KEYWORDS = class {
|
||||
};
|
||||
KEYWORDS.LEFT_PATTERN = /^l(?:eft)?(?:-(\d+))?:/i;
|
||||
KEYWORDS.RIGHT_PATTERN = /^r(?:ight)?(?:-(\d+))?:/i;
|
||||
KEYWORDS.TITLE_MODE = "titleMode:";
|
||||
KEYWORDS.MESSAGE_MAX_WIDTH = "messageMaxWidth:";
|
||||
KEYWORDS.COMMENT_MAX_WIDTH = "commentMaxWidth:";
|
||||
KEYWORDS.DELIMITER = /^-|delimiter/;
|
||||
KEYWORDS.COMMENT = "#";
|
||||
KEYWORDS.MESSAGE_LEFT = "<";
|
||||
KEYWORDS.MESSAGE_RIGHT = ">";
|
||||
var DialogueRenderer = class {
|
||||
constructor(src, parent, settings) {
|
||||
this.src = src;
|
||||
this.dialogueWrapperEl = parent.createDiv({ cls: CLASSES.DIALOGUE_WRAPPER });
|
||||
this.dialogueSettings = {
|
||||
parent: this.dialogueWrapperEl,
|
||||
leftParticipant: {
|
||||
title: settings.defaultLeftTitle,
|
||||
renderedOnce: false,
|
||||
enforcedId: null
|
||||
},
|
||||
rightParticipant: {
|
||||
title: settings.defaultRightTitle,
|
||||
renderedOnce: false,
|
||||
enforcedId: null
|
||||
},
|
||||
titleMode: settings.defaultTitleMode,
|
||||
messageMaxWidth: settings.defaultMessageMaxWidth,
|
||||
commentMaxWidth: settings.defaultCommentMaxWidth,
|
||||
participants: new Map()
|
||||
};
|
||||
this.renderDialogue();
|
||||
}
|
||||
registerParticipant(participant) {
|
||||
if (!this.dialogueSettings.participants.has(participant)) {
|
||||
this.dialogueSettings.participants.set(participant, this.dialogueSettings.participants.size + 1);
|
||||
}
|
||||
}
|
||||
getEnforcedId(pattern, line) {
|
||||
let enforcedId = null;
|
||||
const result = pattern.exec(line);
|
||||
if (result != null && result.length > 1) {
|
||||
enforcedId = result[1];
|
||||
}
|
||||
return enforcedId;
|
||||
}
|
||||
renderDialogue() {
|
||||
const lines = this.src.split(/\r?\n/).map((line) => line.trim()).filter((line) => line.length > 0);
|
||||
for (const line of lines) {
|
||||
if (KEYWORDS.LEFT_PATTERN.test(line)) {
|
||||
this.dialogueSettings.leftParticipant.title = line.split(":").splice(1).join(":").trim();
|
||||
this.dialogueSettings.leftParticipant.renderedOnce = false;
|
||||
this.dialogueSettings.leftParticipant.enforcedId = this.getEnforcedId(KEYWORDS.LEFT_PATTERN, line);
|
||||
} else if (KEYWORDS.RIGHT_PATTERN.test(line)) {
|
||||
this.dialogueSettings.rightParticipant.title = line.split(":").splice(1).join(":").trim();
|
||||
this.dialogueSettings.rightParticipant.renderedOnce = false;
|
||||
this.dialogueSettings.rightParticipant.enforcedId = this.getEnforcedId(KEYWORDS.RIGHT_PATTERN, line);
|
||||
} else if (line.startsWith(KEYWORDS.TITLE_MODE)) {
|
||||
const modeName = line.substr(KEYWORDS.TITLE_MODE.length).trim().toLowerCase();
|
||||
if (Object.values(DialogueTitleMode).some((mode) => mode == modeName)) {
|
||||
this.dialogueSettings.titleMode = modeName;
|
||||
}
|
||||
} else if (line.startsWith(KEYWORDS.MESSAGE_MAX_WIDTH)) {
|
||||
this.dialogueSettings.messageMaxWidth = line.substr(KEYWORDS.MESSAGE_MAX_WIDTH.length).trim();
|
||||
} else if (line.startsWith(KEYWORDS.COMMENT_MAX_WIDTH)) {
|
||||
this.dialogueSettings.commentMaxWidth = line.substr(KEYWORDS.COMMENT_MAX_WIDTH.length).trim();
|
||||
} else if (KEYWORDS.DELIMITER.test(line)) {
|
||||
new Delimiter(this.dialogueSettings);
|
||||
} else if (line.startsWith(KEYWORDS.COMMENT)) {
|
||||
const content = line.substr(KEYWORDS.COMMENT.length);
|
||||
new Comment(content, this.dialogueSettings);
|
||||
} else if (line.startsWith(KEYWORDS.MESSAGE_LEFT)) {
|
||||
const content = line.substr(KEYWORDS.MESSAGE_LEFT.length);
|
||||
this.registerParticipant(this.dialogueSettings.leftParticipant.title);
|
||||
new Message(content, SIDES.LEFT, this.dialogueSettings);
|
||||
} else if (line.startsWith(KEYWORDS.MESSAGE_RIGHT)) {
|
||||
const content = line.substr(KEYWORDS.MESSAGE_RIGHT.length);
|
||||
this.registerParticipant(this.dialogueSettings.rightParticipant.title);
|
||||
new Message(content, SIDES.RIGHT, this.dialogueSettings);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// src/settings.ts
|
||||
var import_obsidian = __toModule(require("obsidian"));
|
||||
var DEFAULT_SETTINGS = {
|
||||
defaultLeftTitle: "",
|
||||
defaultRightTitle: "",
|
||||
defaultTitleMode: DialogueTitleMode.First,
|
||||
defaultMessageMaxWidth: "60%",
|
||||
defaultCommentMaxWidth: "60%"
|
||||
};
|
||||
var DialogueSettingTab = class extends import_obsidian.PluginSettingTab {
|
||||
constructor(app, plugin) {
|
||||
super(app, plugin);
|
||||
this.plugin = plugin;
|
||||
}
|
||||
display() {
|
||||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
containerEl.createEl("h2", { text: "Dialogue Settings" });
|
||||
const coffeeEl = containerEl.createEl("div", {
|
||||
attr: {
|
||||
style: "text-align: center; margin-bottom: 10px;"
|
||||
}
|
||||
});
|
||||
const coffeeLinkEl = coffeeEl.createEl("a", { href: "https://www.buymeacoffee.com/holubj" });
|
||||
coffeeLinkEl.createEl("img", {
|
||||
attr: {
|
||||
src: "https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png",
|
||||
alt: "Buy Me A Coffee",
|
||||
style: "height: 60px; width: 217px;"
|
||||
}
|
||||
});
|
||||
new import_obsidian.Setting(containerEl).setName("Default left title").setDesc("Default value for left title in all dialogues.").addText((text) => text.setPlaceholder("Enter default left title").setValue(this.plugin.settings.defaultLeftTitle).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.defaultLeftTitle = value;
|
||||
yield this.plugin.saveSettings();
|
||||
})));
|
||||
new import_obsidian.Setting(containerEl).setName("Default right title").setDesc("Default value for right title in all dialogues.").addText((text) => text.setPlaceholder("Enter default right title").setValue(this.plugin.settings.defaultRightTitle).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.defaultRightTitle = value;
|
||||
yield this.plugin.saveSettings();
|
||||
})));
|
||||
new import_obsidian.Setting(containerEl).setName("Default title mode").setDesc("Default title mode in all dialogues.").addDropdown((cb) => {
|
||||
Object.values(DialogueTitleMode).forEach((titleMode) => {
|
||||
const mode = titleMode.toString();
|
||||
cb.addOption(mode, mode.charAt(0).toUpperCase() + mode.slice(1));
|
||||
});
|
||||
cb.setValue(this.plugin.settings.defaultTitleMode).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.defaultTitleMode = value;
|
||||
yield this.plugin.saveSettings();
|
||||
}));
|
||||
});
|
||||
new import_obsidian.Setting(containerEl).setName("Default max message width").setDesc("Default max message width in all dialogues.").addText((text) => text.setPlaceholder("Enter default max message width").setValue(this.plugin.settings.defaultMessageMaxWidth).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.defaultMessageMaxWidth = value;
|
||||
yield this.plugin.saveSettings();
|
||||
})));
|
||||
new import_obsidian.Setting(containerEl).setName("Default max comment width").setDesc("Default max comment width in all dialogues.").addText((text) => text.setPlaceholder("Enter default max comment width").setValue(this.plugin.settings.defaultCommentMaxWidth).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.defaultCommentMaxWidth = value;
|
||||
yield this.plugin.saveSettings();
|
||||
})));
|
||||
}
|
||||
};
|
||||
|
||||
// src/main.ts
|
||||
var DialoguePlugin = class extends import_obsidian2.Plugin {
|
||||
onload() {
|
||||
return __async(this, null, function* () {
|
||||
yield this.loadSettings();
|
||||
this.registerMarkdownCodeBlockProcessor(`dialogue`, (src, el, ctx) => {
|
||||
new DialogueRenderer(src, el, this.settings);
|
||||
});
|
||||
this.addSettingTab(new DialogueSettingTab(this.app, this));
|
||||
});
|
||||
}
|
||||
loadSettings() {
|
||||
return __async(this, null, function* () {
|
||||
this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData());
|
||||
});
|
||||
}
|
||||
saveSettings() {
|
||||
return __async(this, null, function* () {
|
||||
yield this.saveData(this.settings);
|
||||
});
|
||||
}
|
||||
};
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-dialogue-plugin",
|
||||
"name": "Dialogue",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Create dialogues in Markdown.",
|
||||
"author": "Jakub Holub",
|
||||
"authorUrl": "https://github.com/holubj",
|
||||
"isDesktopOnly": false
|
||||
}
|
@ -1,58 +0,0 @@
|
||||
.dialogue-plugin-wrapper {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dialogue-plugin-block-wrapper {
|
||||
display: flex;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.dialogue-plugin-message-wrapper-left {
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.dialogue-plugin-message-wrapper-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.dialogue-plugin-message {
|
||||
overflow: hidden;
|
||||
max-width: 60%;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.dialogue-plugin-message-title {
|
||||
padding: 5px 10px;
|
||||
font-weight: bold;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.dialogue-plugin-message-content {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.dialogue-plugin-delimiter-wrapper {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dialogue-plugin-delimiter {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.dialogue-plugin-delimiter-dot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 0 3px;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.dialogue-plugin-comment-wrapper {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dialogue-plugin-comment {
|
||||
margin: 20px 0;
|
||||
text-align: center;
|
||||
}
|
10
.obsidian/plugins/obsidian-discordrpc/data.json
vendored
10
.obsidian/plugins/obsidian-discordrpc/data.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"showVaultName": true,
|
||||
"showCurrentFileName": true,
|
||||
"showPopups": true,
|
||||
"customVaultName": "",
|
||||
"showFileExtension": true,
|
||||
"useLoadedTime": true,
|
||||
"connectOnStart": true,
|
||||
"autoHideStatusBar": true
|
||||
}
|
1771
.obsidian/plugins/obsidian-discordrpc/main.js
vendored
1771
.obsidian/plugins/obsidian-discordrpc/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,9 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-discordrpc",
|
||||
"name": "Discord Rich Presence",
|
||||
"version": "1.5.0",
|
||||
"description": "Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.",
|
||||
"author": "Luke Leppan",
|
||||
"authorUrl": "https://lukeleppan.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
15
.obsidian/plugins/obsidian-pandoc/data.json
vendored
15
.obsidian/plugins/obsidian-pandoc/data.json
vendored
@ -1,15 +0,0 @@
|
||||
{
|
||||
"showCLICommands": false,
|
||||
"addExtensionsToInternalLinks": "html",
|
||||
"injectAppCSS": "current",
|
||||
"injectThemeCSS": false,
|
||||
"customCSSFile": null,
|
||||
"displayYAMLFrontmatter": false,
|
||||
"linkStrippingBehaviour": "link",
|
||||
"highDPIDiagrams": true,
|
||||
"pandoc": null,
|
||||
"pdflatex": null,
|
||||
"outputFolder": null,
|
||||
"extraArguments": "",
|
||||
"exportFrom": "md"
|
||||
}
|
11327
.obsidian/plugins/obsidian-pandoc/main.js
vendored
11327
.obsidian/plugins/obsidian-pandoc/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-pandoc/manifest.json
vendored
10
.obsidian/plugins/obsidian-pandoc/manifest.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-pandoc",
|
||||
"name": "Pandoc Plugin",
|
||||
"version": "0.2.5",
|
||||
"minAppVersion": "0.12.5",
|
||||
"description": "This is a Pandoc export plugin for Obsidian. It provides commands to export to formats like DOCX, ePub and PDF.",
|
||||
"author": "Oliver Balfour",
|
||||
"authorUrl": "https://github.com/OliverBalfour/obsidian-pandoc",
|
||||
"isDesktopOnly": true
|
||||
}
|
4
.obsidian/plugins/obsidian-pandoc/styles.css
vendored
4
.obsidian/plugins/obsidian-pandoc/styles.css
vendored
@ -1,4 +0,0 @@
|
||||
|
||||
.pandoc-plugin-error {
|
||||
color: red;
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"readingSpeed": 200,
|
||||
"format": "simple",
|
||||
"appendText": "to read"
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"blue-topaz-theme@@hide-vault-name": false,
|
||||
"minimal-style@@active-line-on": true,
|
||||
"things-style@@default-font-color": false,
|
||||
"things-style@@accent-h": 215,
|
||||
"things-style@@cursor": "default",
|
||||
"blue-topaz-theme@@plain-file-title": false
|
||||
}
|
8825
.obsidian/plugins/obsidian-style-settings/main.js
vendored
8825
.obsidian/plugins/obsidian-style-settings/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "0.4.10",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
214
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
214
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
File diff suppressed because one or more lines are too long
33
.obsidian/plugins/periodic-notes/data.json
vendored
33
.obsidian/plugins/periodic-notes/data.json
vendored
@ -1,33 +0,0 @@
|
||||
{
|
||||
"showGettingStartedBanner": false,
|
||||
"hasMigratedDailyNoteSettings": true,
|
||||
"hasMigratedWeeklyNoteSettings": false,
|
||||
"daily": {
|
||||
"format": "DD.MM.YYYY",
|
||||
"folder": "Periodische Notizen/Täglich",
|
||||
"template": "Templates/t_DailyNote",
|
||||
"enabled": true
|
||||
},
|
||||
"weekly": {
|
||||
"format": "[KW]ww-yyyy",
|
||||
"template": "",
|
||||
"folder": "Periodische Notizen/Wöchentlich",
|
||||
"enabled": true
|
||||
},
|
||||
"monthly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": "",
|
||||
"enabled": false
|
||||
},
|
||||
"quarterly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": ""
|
||||
},
|
||||
"yearly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": ""
|
||||
}
|
||||
}
|
5559
.obsidian/plugins/periodic-notes/main.js
vendored
5559
.obsidian/plugins/periodic-notes/main.js
vendored
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/periodic-notes/manifest.json
vendored
10
.obsidian/plugins/periodic-notes/manifest.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "periodic-notes",
|
||||
"name": "Periodic Notes",
|
||||
"description": "Create/manage your daily, weekly, and monthly notes",
|
||||
"version": "0.0.17",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.10.11"
|
||||
}
|
30
.obsidian/plugins/periodic-notes/styles.css
vendored
30
.obsidian/plugins/periodic-notes/styles.css
vendored
@ -1,30 +0,0 @@
|
||||
.periodic-modal {
|
||||
min-width: 40vw;
|
||||
}
|
||||
|
||||
.settings-banner {
|
||||
background-color: var(--background-primary-alt);
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
padding: 1.5em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.settings-banner h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.settings-banner h4 {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.has-error {
|
||||
color: var(--text-error);
|
||||
}
|
||||
|
||||
input.has-error {
|
||||
color: var(--text-error);
|
||||
border-color: var(--text-error);
|
||||
}
|
14
.obsidian/starred.json
vendored
14
.obsidian/starred.json
vendored
@ -1,14 +0,0 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"type": "file",
|
||||
"title": "dokumentationRTM",
|
||||
"path": "Firmen/Steinemann Technology/dokumentationRTM.md"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"title": "Änderungen",
|
||||
"path": "Firmen/Steinemann Technology/Notes/Penta/Penta Übersicht.md"
|
||||
}
|
||||
]
|
||||
}
|
5
.obsidian/templates.json
vendored
5
.obsidian/templates.json
vendored
@ -1,5 +0,0 @@
|
||||
{
|
||||
"dateFormat": "DD.MM.YY",
|
||||
"timeFormat": "hh:mm",
|
||||
"folder": "Templates"
|
||||
}
|
183
.obsidian/workspace
vendored
183
.obsidian/workspace
vendored
@ -1,183 +0,0 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "07f7a9d7a36c908a",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "624fc6cedfec68e9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "diff-view",
|
||||
"state": {
|
||||
"file": ".obsidian/workspace",
|
||||
"staged": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "d140f3b9d4ab70da",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "adbc8368949dd847",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e855d5b4728e8193",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "8bcd1b2b7f874b35",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "07d7f0c152a15b7e",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "39650d5b939ff18b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "calendar",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 326
|
||||
},
|
||||
"right": {
|
||||
"id": "a54ca124d2689b37",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "156a5a111c133560",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "a6e643de71af6228",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0ad8b5a5ec67ae37",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cf8612b561ea8d18",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": true,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "3e4f1e1a80e2d042",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1a2599660c2f0844",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "073d6445c4950019",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "Saved Queries View",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "35304f36db58dcf1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "git-view",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 6
|
||||
},
|
||||
{
|
||||
"id": "7804475bf051d7e7",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e48062180002319b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "graph",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 303
|
||||
},
|
||||
"active": "624fc6cedfec68e9",
|
||||
"lastOpenFiles": [
|
||||
"Private/Rapha/Phantasialand.md",
|
||||
"Private/Rapha/rapharat.md",
|
||||
"Dashboard.md",
|
||||
"Markdown Cheatsheet.md",
|
||||
"README.md",
|
||||
"Private/Rapha/Aufgabenteilung.md",
|
||||
"Periodische Notizen/Täglich/05.07.2022.md",
|
||||
"Periodische Notizen/Täglich/12.07.2022.md",
|
||||
"Firmen/Steinemann Technology/Notes/Penta/Penta Übersicht.md",
|
||||
"Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md"
|
||||
]
|
||||
}
|
Binary file not shown.
BIN
Attachment/Dodn.png
(Stored with Git LFS)
BIN
Attachment/Dodn.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/datenTypen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/datenTypen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/dropdownEigenschaften.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/dropdownEigenschaften.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/feldVerschiebung.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/feldVerschiebung.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/klasseBearbeiten.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/klasseBearbeiten.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/klassenDefinition.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/klassenDefinition.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/neueFeldDefinition.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/neueFeldDefinition.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/neueKlasseErstellen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/neueKlasseErstellen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/variablenInFelder.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/variablenInFelder.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/HighsystemsCM/vorlagen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/HighsystemsCM/vorlagen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Keeper/keeperKontoUebertragen.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Keeper/keeperKontoUebertragen.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFake.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFake.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFakeMarkup.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFakeMarkup.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/parameterErstellung.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/parameterErstellung.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/reportError_doesNotExist.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/reportError_doesNotExist.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/subreportLinks.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/subreportLinks.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/teileFamilie.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/teileFamilie.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/ustfixCommand.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/ustfixCommand.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/ustfixCommandPUID.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/ustfixCommandPUID.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/ustfixPKRK_PUID.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/ustfixPKRK_PUID.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/Penta/verknüpfungenPKRK_PZBF.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/Penta/verknüpfungenPKRK_PZBF.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/auftragwechsel.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/auftragwechsel.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/buchungen.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/buchungen.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/einsatzplan.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/einsatzplan.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/gehen.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/gehen.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/info.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/info.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/kommen.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/kommen.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/mengen.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/mengen.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/pause.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/pause.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/planung.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/planung.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/qrCodeRTMAndroid.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/qrCodeRTMAndroid.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/qrCodeRTMIPhone.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/qrCodeRTMIPhone.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/sso.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/sso.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/terminals/Opera.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/terminals/Opera.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/terminals/Sonata.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/terminals/Sonata.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTM.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTM.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeader.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeader.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderDateTime.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderDateTime.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderEreignisse.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderEreignisse.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderKommenGehen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderKommenGehen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderZusammenfassung.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMHeaderZusammenfassung.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobile.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobile.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileAuftragszeit.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileAuftragszeit.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileBuchungen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileBuchungen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileEinsatzplan.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileEinsatzplan.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileGehen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileGehen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileKommen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileKommen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobilePause.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobilePause.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileSaldos.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMMobileSaldos.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarAuftraege.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarAuftraege.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarCockpit.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarCockpit.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarEinsatzplan.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarEinsatzplan.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarPerson.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarPerson.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarPersonen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMSidebarPersonen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMUebersicht.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMUebersicht.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMheaderAusloggen.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webOberflächeRTMheaderAusloggen.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMlogin.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMlogin.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginBenutzerName.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginBenutzerName.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginFirmenname.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginFirmenname.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginKennwort.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/RTM Dokumentation/webRTMloginKennwort.png
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/monitoreStch.jpg
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/monitoreStch.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
Attachment/Steinemann Technology/oneDriveNichtAngemeldet.png
(Stored with Git LFS)
BIN
Attachment/Steinemann Technology/oneDriveNichtAngemeldet.png
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user