Click here to Skip to main content
15,867,568 members
Home / Discussions / Free Tools
   

Free Tools

This forum is for discussing and recommending Free tools for software development. Please post direct links to tools, and not just links to pages that review or list tools.No shareware and no commercial products allowed. Please report spammers by voting to remove their messages and reporting their accounts.

 
GeneralRe: Where is the Source Tree in Sourcetree Pin
Ger Hayden23-Jun-18 7:16
Ger Hayden23-Jun-18 7:16 
GeneralRe: Where is the Source Tree in Sourcetree Pin
jschell30-Jun-18 5:24
jschell30-Jun-18 5:24 
GeneralMessage Removed Pin
13-May-18 23:07
reneeteng13-May-18 23:07 
GeneralMessage Removed Pin
23-Jun-18 5:07
jschell23-Jun-18 5:07 
GeneralMessage Removed Pin
28-Jun-18 20:39
professionalMycroft Holmes28-Jun-18 20:39 
GeneralMessage Removed Pin
6-Apr-18 17:12
professionalD4rkTrick6-Apr-18 17:12 
AnswerMessage Removed Pin
6-Apr-18 19:59
professionalPeter_in_27806-Apr-18 19:59 
GeneralMarkdown alternative with classes Pin
Ecstatic Coder22-Feb-18 0:00
Ecstatic Coder22-Feb-18 0:00 
Markdown is really a great alternative to HTML, and I've used it for a while, but unfortunately it had some quirks and limitations that REALLY annoyed me, like the inability to apply styling classes where needed.

If some of you are in the same case, I've released an alternative lightweight markup language (https://github.com/senselogic/PENDOWN) especially designed to fix those problems.

It can be quickly converted to HTML in the navigator through a JS script, or offline by a server-side command line tool.

For those interested, here are a few sample tags :

! Heading 1
!! Heading 2
!!! Heading 3
!!!! Heading 4
!!!!! Heading 5
!!!!!! Heading 6

**bold**
%%italics%%
^^superscript^^
,,subscript,,
~~strikethrough~~
__underlined__
##highlighted##

{{ span }}
{{{ div }}}
### box ###
+++ frame +++
>>> quote >>>
::: pre :::

:::^cpp\
// Colorized source code

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!";

    return 0;
}
:::

[[[
(( Monday | Tuesday | Wednesday ))
(( 1      | 2       | 3         ))
(( 1      | 2       | 3         ))
(( 1      | 2       | 3         ))
]]]

*   List
*   List
    *   Sub-list
    *   Sub-list
        #   Numbered sub-list
        #   Numbered sub-list
            #   Numbered sub-list
            #   Numbered sub-list
        #   Numbered
            sub-list

@@http://www.github.com A link to Github@@
@@http://www.github.com [[image.jpg:20]]@@
@@http://www.github.com@@

[[image.jpg]]
[[image.jpg:20]]
[[image.jpg:20vw,20%]]


After a Pendown tag, you can specify one or several lists of classes and properties :

{{^big,red,yellow_background\ a big red text with a yellow background }}

{{^@2.5,$00f,#eee,black_outline\ a big blue text with a light gray background and a black outline }}


Those lists can be named, so that you can reuse them elsewhere in the document :

{{^blue,italic:gangnam\ a blue text in italics }}

!^gangnam\ This title also uses the gangnam style.


modified 22-Feb-18 9:32am.

GeneralRe: Markdown alternative with classes Pin
OriginalGriff22-Feb-18 0:09
mveOriginalGriff22-Feb-18 0:09 
GeneralRe: Markdown alternative with classes Pin
Johnny J.22-Feb-18 0:13
professionalJohnny J.22-Feb-18 0:13 
GeneralRe: Markdown alternative with classes Pin
Ecstatic Coder22-Feb-18 3:48
Ecstatic Coder22-Feb-18 3:48 
GeneralRe: Markdown alternative with classes Pin
Chris Maunder22-Feb-18 3:32
cofounderChris Maunder22-Feb-18 3:32 
GeneralRe: Markdown alternative with classes Pin
Richard Deeming22-Feb-18 4:01
mveRichard Deeming22-Feb-18 4:01 
GeneralRe: Markdown alternative with classes Pin
Ecstatic Coder22-Feb-18 4:16
Ecstatic Coder22-Feb-18 4:16 
GeneralRe: Markdown alternative with classes Pin
jasonstanley12-Apr-18 5:49
jasonstanley12-Apr-18 5:49 
GeneralRe: Markdown alternative with classes Pin
Ecstatic Coder26-Apr-18 8:34
Ecstatic Coder26-Apr-18 8:34 
GeneralConsole-based user interface toolkit for .NET applications Pin
Richard Deeming16-Feb-18 3:58
mveRichard Deeming16-Feb-18 3:58 
QuestionFree File Explorer Component For Vb.NET Pin
Member 1360719022-Jan-18 5:45
Member 1360719022-Jan-18 5:45 
QuestionRe: Free File Explorer Component For Vb.NET Pin
CHill6022-Jan-18 5:46
mveCHill6022-Jan-18 5:46 
AnswerRe: Free File Explorer Component For Vb.NET - Repost Pin
Richard MacCutchan22-Jan-18 6:12
mveRichard MacCutchan22-Jan-18 6:12 
Generali want suggestion for vba password recovery Pin
romantrump12-Jan-18 3:20
romantrump12-Jan-18 3:20 
GeneralRe: i want suggestion for vba password recovery Pin
jschell20-Jan-18 6:00
jschell20-Jan-18 6:00 
GeneralRe: i want suggestion for vba password recovery Pin
A_Griffin20-Jan-18 7:13
A_Griffin20-Jan-18 7:13 
GeneralTFS Release Notes Powershell Module Pin
vbjay.net14-Dec-17 20:16
vbjay.net14-Dec-17 20:16 
GeneralWorkspace Manager for Visual Studio Pin
phil.o22-Nov-17 9:08
professionalphil.o22-Nov-17 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.