In VSTS Wiki - Create A New Page with a Link - Like OneNote - azure-devops

In OneNote, I can create a new page and automatically link it with [[ ]] syntax. Is there an equivalent in VSTS-Wiki?
OneNote Example
[[I want a new page that is linked]] - when I enter ]']', OneNote creates a new page and links it. It's an automation process: create a new page and link it.

No, it is not supported in VSTS WiKi. You can link a page, but it can’t create a new page if it isn’t existing, it will go to the page with Create Page button, you need to click the Create Page button to create corresponding page.
Format:
[text](pagename)
Article: Links

Related

Azure DevOps - Wiki link in overview - how to forward to home page instead of new page form

When I go to Overview->Wiki I see a new doc form:
When I remove selected part of the URL (see selected URL on 1st photo) then I'm forwarded to home page:
How to set 2nd page as initial?
During my test, I was able to reproduce your issue.
In my wiki, usually I will be navigated to the Project Wiki, and when I enter the code wikis below, especially those that have nothing inside, like my "testwiki" below. I would also be trapped in the same loop as yours until I edit the url with "dev.azure.com/abc/xyz/_wiki/wikis/projectname.wiki".
So I tried the rest api to delete the empty wiki, and I am able to jump out of the loop by myself.
DELETE https://dev.azure.com/{organization}/{project}/_apis/wiki/wikis/{wikiIdentifier}?api-version=7.0

In Confluence Cloud is there a way to create a link within a Page to a Heading in the same Page?

The current workaround I use for this is to publish the Page, copy the link for the Heading and then edit the Page again to use the link. This "works" inside Confluence but when exporting to PDF the link always navigates to the top of the document.
Is there a specific macro for this functionality?

Add Facebook tab for page for angular2 site

I want to add tab in my business page for angular2 site. For that I follow that steps :-
https://blog.hubspot.com/blog/tabid/6307/bid/26330/how-to-create-custom-tabs-for-facebook-business-pages.aspx
when I click on that particular tab its showing "can not Post error message" and when I try to hit this link :-
http://www.facebook.com/dialog/pagetab?app_id=12345678901234&next=https://www.aaa.com/#!/home
its remove home from this link and create that new link :-
https://www.aaa.com/#= and this link is not valid for my site.
Please tell me what I can do for angular2 site
its remove home from this link and create that new link :- https://www.aaa.com/#= and this link is not valid for my site.
You did not properly URL-encode the value - so the #!/home part belongs to the “outer” URL.
&next=https%3A%2F%2Fwww.aaa.com%2F%23%21%2Fhome
is what your URL to call the Page Tab add dialog should end with.

sitecore map a template page to a content page

I am new to Sitecore and trying to create a new page on an existing website. I have made a copy of an already existing template page and renamed it in a new folder, I then have created a new content page in the content folder. What I need to do now is link/map these two pages together.
I am sure it's simple but I can't find any info on how to complete this, any help would be much great.
First, you should have created your new page from your new template, but for now, you can change the page template by:
Select your page in the content tree
Go to the tab Configure
Go to the chunk template
Click to change
If you are not able to find out the change template as mentioned above, try the below steps:
1. Right-click on the particular content page.
2. Then click on **Insert**.
3. then click on **Insert from template**.
From here, you can choose which template you want the page to point to.
Hope this helps.

How to add tab application to a page with the "new auth dialog"

I created an app today, as i've done several times before. But when i wanted to add the app to a a page i couldn't find the link "view this apps profile page", which I normally use to add the app to my pages.
Anyone know how to add apps to a page, with the new "auth dialog" thing ?? I can't find a link to the apps profile page.
You can do it in several ways:
Using Add Page Tab Dialog as described in documentation:
With JavaScript not even leaving page where this get called FB.ui({method: 'pagetab'});
By redirecting to https://facebook.com/dialog/pagetab?app_id=APP_ID&redirect_url=URL
Via link http://facebook.com/add.php?api_key=APP_KEY&pages=1&page=PAGE_ID
From Application Profile page (you can easily get to it via http://www.facebook.com/apps/application.php?id=APP_ID or via shorthand http://facebook.com/APP_ID or by clicking on Application Name in the left bottom corned of every page while visiting Application Canvas)
(note that newly created apps don't have an Application Profile page - as discussed on the Developer Blog )
Using the API directly with a manage_pages access token - details in the Page documentation.
I have found this to work the best:
http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&redirect_uri=http://www.facebook.com
Tried all of above. The only one that worked for me was this one:
https://www.facebook.com/add.php?api_key=YOUR_API_KEY&pages=1
YOU SHOULD CHOOSE "ADD PAGE TAB" in "ADD PLATFORM" DIALOG!!
1) Enter https://developers.facebook.com/apps/ and choose (or create) desired app.
2) do this from settings:
3) then enter:
- https://facebook.com/dialog/pagetab?app_id=APP_ID&redirect_url=https://yoursite.com
or
- http://facebook.com/add.php?api_key=APP_KEY&pages=1&page=PAGE_ID