This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
q:: ;quarter - get start/end dates | |
vOutput := "" | |
vMonthFirst := 1 | |
;vMonthFirst := 3 | |
vYear := A_YYYY | |
;vYear := A_YYYY+1 | |
vOffset := 0 | |
Loop, 4 | |
vOutput .= JEE_QuarterGetStart(A_Index+vOffset, vMonthFirst, vYear) "-" | |
, vOutput .= JEE_QuarterGetEnd(A_Index+vOffset, vMonthFirst, vYear) "`r`n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private objNS As Outlook.NameSpace | |
Private WithEvents objItems As Outlook.Items | |
Private Sub Application_ItemSend(ByVal Item As Object, _ | |
Cancel As Boolean) | |
'Variablen für Folder | |
Dim objNS As NameSpace | |
Dim objFolder As MAPIFolder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
B2 : =FINDEN("/";A2) | |
C2 : =LINKS(A2;FINDEN("/";A2)-1) | |
D2 : =RECHTS(A2;LÄNGE(A2)-FINDEN("/";A2)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"new_note_template": "# {title}\ntags: \n\n## Verknüpfungen\n\n- [[{origin_id}]] {origin_title}\n\n\n## Beschreibung\n\n", | |
// These settings override both User and Default settings for the sublime_zk syntax | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
// Mit oder ohne Titel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"new_note_template": "# {title}\ntags: \n\n## Verknüpfungen\n\n- [[{origin}]]\n\n\n## Beschreibung\n\n\n## Quellen\n\n", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="Content-Style-Type" content="text/css" /> | |
<meta name="generator" content="pandoc" /> | |
<title>bar</title> | |
<link rel="stylesheet" type="text/css" href="stylesheet.css" /> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM This file converts all of the Markdown files to HTML. | |
REM Converting in the current directory | |
REM %%~ni returns just the filename of %%i, not its extension | |
for %%i in (*.md) do pandoc\pandoc.exe %%~ni.md -f markdown -t html -H html\header.html -o html/%%~ni.html | |
pandoc\fart.exe -i -r "html\*.html" .md .html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.